"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/02 06:10:45 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-fajidof8xuti" 2026/05/02 06:10:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 06:10:45 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/02 06:10:45 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/02 06:10:45 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/02 06:10:45 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/02 06:10:45 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/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: 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/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell type "unix" from config 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Relative path resolved to "/rclone-test-fajidof8xuti" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Using root directory "/rclone-test-fajidof8xuti" 2026/05/02 06:10:45 DEBUG : Creating backend with remote "/tmp/rclone45306577" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:45 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:45 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:45 DEBUG : dir: Looking for writers 2026/05/02 06:10:45 DEBUG : Looking for writers 2026/05/02 06:10:45 DEBUG : dir: reading active writers 2026/05/02 06:10:45 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.19s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:45 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:45 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/02 06:10:45 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:45 DEBUG : dir/subdir: Looking for writers 2026/05/02 06:10:45 DEBUG : dir: Looking for writers 2026/05/02 06:10:45 DEBUG : file1: reading active writers 2026/05/02 06:10:45 DEBUG : file2: reading active writers 2026/05/02 06:10:45 DEBUG : subdir: reading active writers 2026/05/02 06:10:45 DEBUG : Looking for writers 2026/05/02 06:10:45 DEBUG : dir: reading active writers 2026/05/02 06:10:45 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:45 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:45 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:46 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:46 DEBUG : dir: Looking for writers 2026/05/02 06:10:46 DEBUG : file1: reading active writers 2026/05/02 06:10:46 DEBUG : Looking for writers 2026/05/02 06:10:46 DEBUG : dir: reading active writers 2026/05/02 06:10:46 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.17s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:46 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:46 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:46 DEBUG : dir: Looking for writers 2026/05/02 06:10:46 DEBUG : Looking for writers 2026/05/02 06:10:46 DEBUG : dir: reading active writers 2026/05/02 06:10:46 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.22s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:46 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:46 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:46 DEBUG : forgetting directory cache 2026/05/02 06:10:46 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:46 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:46 DEBUG : Looking for writers 2026/05/02 06:10:46 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:46 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:46 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/02 06:10:46 DEBUG : dir: invalidating directory cache 2026/05/02 06:10:46 DEBUG : >ForgetPath: 2026/05/02 06:10:46 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/02 06:10:46 DEBUG : invalidating directory cache 2026/05/02 06:10:46 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:46 DEBUG : >ForgetPath: 2026/05/02 06:10:46 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/02 06:10:46 DEBUG : >ForgetPath: 2026/05/02 06:10:46 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:46 DEBUG : dir: Looking for writers 2026/05/02 06:10:46 DEBUG : Looking for writers 2026/05/02 06:10:46 DEBUG : dir: reading active writers 2026/05/02 06:10:46 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.23s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:46 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:46 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: 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/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/fil/a/b/c" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/fil/a/b/c 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/fil/a/b/c" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-fajidof8xuti/fil/a/b/c 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/fil/a/b/c" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/fil/a/b/c 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/fil/a/b/c" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-fajidof8xuti/fil/a/b/c 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:47 DEBUG : forgetting directory cache 2026/05/02 06:10:47 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:47 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:47 DEBUG : fil/a/b: Looking for writers 2026/05/02 06:10:47 DEBUG : fil/a: Looking for writers 2026/05/02 06:10:47 DEBUG : b: reading active writers 2026/05/02 06:10:47 DEBUG : fil: Looking for writers 2026/05/02 06:10:47 DEBUG : a: reading active writers 2026/05/02 06:10:47 DEBUG : dir: Looking for writers 2026/05/02 06:10:47 DEBUG : Looking for writers 2026/05/02 06:10:47 DEBUG : dir: reading active writers 2026/05/02 06:10:47 DEBUG : fil: reading active writers 2026/05/02 06:10:47 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.70s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:47 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:47 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:47 DEBUG : dir: Looking for writers 2026/05/02 06:10:47 DEBUG : Looking for writers 2026/05/02 06:10:47 DEBUG : dir: reading active writers 2026/05/02 06:10:47 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:47 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:47 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:47 DEBUG : dir: Looking for writers 2026/05/02 06:10:47 DEBUG : file1: reading active writers 2026/05/02 06:10:47 DEBUG : Looking for writers 2026/05/02 06:10:47 DEBUG : dir: reading active writers 2026/05/02 06:10:47 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:47 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:47 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/subdir/file3" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-fajidof8xuti/dir/subdir/file3 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/02 06:10:48 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/02 06:10:48 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/02 06:10:48 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/02 06:10:48 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/02 06:10:48 DEBUG : Waiting for deletions to finish 2026/05/02 06:10:48 INFO : dir/subdir/file3: Deleted 2026/05/02 06:10:48 DEBUG : removing 1 level 2 directories 2026/05/02 06:10:48 INFO : dir/subdir: Removing directory 2026/05/02 06:10:48 DEBUG : dir: invalidating directory cache 2026/05/02 06:10:48 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/02 06:10:48 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/02 06:10:48 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/02 06:10:48 DEBUG : dir/file1: Reset virtual modtime 2026/05/02 06:10:48 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/02 06:10:48 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/02 06:10:48 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/02 06:10:48 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/02 06:10:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:10:48 DEBUG : dir: invalidating directory cache 2026/05/02 06:10:48 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/02 06:10:48 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/02 06:10:48 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/02 06:10:48 DEBUG : forgetting directory cache 2026/05/02 06:10:48 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:48 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/02 06:10:48 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:48 DEBUG : dir/virtualDir: Looking for writers 2026/05/02 06:10:48 DEBUG : dir: Looking for writers 2026/05/02 06:10:48 DEBUG : virtualFile: reading active writers 2026/05/02 06:10:48 DEBUG : virtualDir: reading active writers 2026/05/02 06:10:48 DEBUG : file1: reading active writers 2026/05/02 06:10:48 DEBUG : virtualFile2: reading active writers 2026/05/02 06:10:48 DEBUG : Looking for writers 2026/05/02 06:10:48 DEBUG : dir: reading active writers 2026/05/02 06:10:48 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.68s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:48 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:48 ERROR : dir/: Can only open directories read only 2026/05/02 06:10:48 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:48 DEBUG : dir: Looking for writers 2026/05/02 06:10:48 DEBUG : Looking for writers 2026/05/02 06:10:48 DEBUG : dir: reading active writers 2026/05/02 06:10:48 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.22s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:48 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:48 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:49 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:10:49 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/02 06:10:49 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/02 06:10:49 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (5 bytes), uploading instead of streaming 2026/05/02 06:10:49 DEBUG : dir/potato: size = 5 OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/potato" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/potato 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/potato" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/dir/potato 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:49 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:10:49 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:10:49 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/02 06:10:49 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/02 06:10:49 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:49 DEBUG : dir: Looking for writers 2026/05/02 06:10:49 DEBUG : file1: reading active writers 2026/05/02 06:10:49 DEBUG : potato: reading active writers 2026/05/02 06:10:49 DEBUG : Looking for writers 2026/05/02 06:10:49 DEBUG : dir: reading active writers 2026/05/02 06:10:49 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.44s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:49 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:49 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:49 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:49 DEBUG : dir/sub: Looking for writers 2026/05/02 06:10:49 DEBUG : dir: Looking for writers 2026/05/02 06:10:49 DEBUG : file1: reading active writers 2026/05/02 06:10:49 DEBUG : sub: reading active writers 2026/05/02 06:10:49 DEBUG : Looking for writers 2026/05/02 06:10:49 DEBUG : dir: reading active writers 2026/05/02 06:10:49 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.54s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:49 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:49 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:50 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/02 06:10:50 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:50 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:50 DEBUG : dir/sub/subsub: Looking for writers 2026/05/02 06:10:50 DEBUG : dir/sub: Looking for writers 2026/05/02 06:10:50 DEBUG : subsub: reading active writers 2026/05/02 06:10:50 DEBUG : dir: Looking for writers 2026/05/02 06:10:50 DEBUG : file1: reading active writers 2026/05/02 06:10:50 DEBUG : sub: reading active writers 2026/05/02 06:10:50 DEBUG : Looking for writers 2026/05/02 06:10:50 DEBUG : dir: reading active writers 2026/05/02 06:10:50 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.47s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:50 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:50 ERROR : dir/: Dir.Remove not empty 2026/05/02 06:10:50 DEBUG : dir/file1: Remove: 2026/05/02 06:10:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:10:50 DEBUG : dir/file1: >Remove: err= 2026/05/02 06:10:50 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/02 06:10:50 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:50 DEBUG : Looking for writers 2026/05/02 06:10:50 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.17s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:50 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:50 DEBUG : dir/file1: Remove: 2026/05/02 06:10:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:10:50 DEBUG : dir/file1: >Remove: err= 2026/05/02 06:10:50 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/02 06:10:50 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:50 DEBUG : Looking for writers 2026/05/02 06:10:50 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:50 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:50 DEBUG : dir/file1: Remove: 2026/05/02 06:10:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:10:50 DEBUG : dir/file1: >Remove: err= 2026/05/02 06:10:50 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:50 DEBUG : dir: Looking for writers 2026/05/02 06:10:50 DEBUG : Looking for writers 2026/05/02 06:10:50 DEBUG : dir: reading active writers 2026/05/02 06:10:50 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:50 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:50 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file3" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file3 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file3" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-fajidof8xuti/dir/file3 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file3" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file3 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file3" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-fajidof8xuti/dir/file3 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/02 06:10:51 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/02 06:10:51 DEBUG : dir: Updating dir with dir2 0x199fcf2db790 2026/05/02 06:10:51 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:51 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/02 06:10:51 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir2/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir2/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir2/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir2/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir2/file1" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir2/file1 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:51 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:51 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/02 06:10:52 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/02 06:10:52 DEBUG : file2: Updating file with file2 0x199fcf32a410 2026/05/02 06:10:52 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/02 06:10:52 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file2" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file2 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file2" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/file2 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file2" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file2 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file2" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/file2 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/02 06:10:52 INFO : dir2/file3: Deleted 2026/05/02 06:10:52 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/02 06:10:52 DEBUG : dir2/file3: Updating file with dir2/file3 0x199fcf32a410 2026/05/02 06:10:52 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/02 06:10:52 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir2/file3" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir2/file3 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:52 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/02 06:10:52 DEBUG : empty directory: Updating dir with renamed empty directory 0x199fcf12cd00 2026/05/02 06:10:52 DEBUG : empty directory: forgetting directory cache 2026/05/02 06:10:52 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/02 06:10:52 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/02 06:10:52 DEBUG : dir2: Renaming to "dir3" 2026/05/02 06:10:52 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:52 DEBUG : dir3: Looking for writers 2026/05/02 06:10:52 DEBUG : file3: reading active writers 2026/05/02 06:10:52 DEBUG : renamed empty directory: Looking for writers 2026/05/02 06:10:52 DEBUG : Looking for writers 2026/05/02 06:10:52 DEBUG : dir3: reading active writers 2026/05/02 06:10:52 DEBUG : renamed empty directory: reading active writers 2026/05/02 06:10:52 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.77s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:52 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:52 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/02 06:10:52 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:10:52 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:10:52 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/02 06:10:52 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/02 06:10:52 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/02 06:10:52 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/02 06:10:52 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:10:52 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:10:52 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/02 06:10:52 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/02 06:10:52 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/02 06:10:52 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (12 bytes), uploading instead of streaming 2026/05/02 06:10:52 DEBUG : dir/sub/file2: size = 12 OK 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/sub/file2" 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/sub/file2 2026/05/02 06:10:52 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/sub/file2" 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-fajidof8xuti/dir/sub/file2 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:53 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/02 06:10:53 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/02 06:10:53 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/02 06:10:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/02 06:10:53 DEBUG : forgetting directory cache 2026/05/02 06:10:53 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:53 DEBUG : dir/sub: forgetting directory cache 2026/05/02 06:10:53 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/02 06:10:53 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (5 bytes), uploading instead of streaming 2026/05/02 06:10:53 DEBUG : dir/sub/file0: size = 5 OK 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/sub/file0" 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/sub/file0 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/sub/file0" 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/dir/sub/file0 2026/05/02 06:10:53 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:53 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:10:53 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:10:53 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/02 06:10:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/02 06:10:53 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:53 DEBUG : dir/sub: Looking for writers 2026/05/02 06:10:53 DEBUG : file2: reading active writers 2026/05/02 06:10:53 DEBUG : file0: reading active writers 2026/05/02 06:10:53 DEBUG : dir: Looking for writers 2026/05/02 06:10:53 DEBUG : sub: reading active writers 2026/05/02 06:10:53 DEBUG : file1: reading active writers 2026/05/02 06:10:53 DEBUG : Looking for writers 2026/05/02 06:10:53 DEBUG : dir: reading active writers 2026/05/02 06:10:53 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.43s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:53 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:53 DEBUG : forgetting directory cache 2026/05/02 06:10:54 DEBUG : forgetting directory cache 2026/05/02 06:10:54 DEBUG : dir: forgetting directory cache 2026/05/02 06:10:54 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:54 DEBUG : dir: Looking for writers 2026/05/02 06:10:54 DEBUG : Looking for writers 2026/05/02 06:10:54 DEBUG : dir: reading active writers 2026/05/02 06:10:54 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:54 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/02 06:10:54 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:10:54 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/02 06:10:54 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/02 06:10:54 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/02 06:10:54 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:10:54 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/02 06:10:54 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/02 06:10:54 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:10:54 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/02 06:10:54 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/02 06:10:54 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/02 06:10:54 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:10:54 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/02 06:10:54 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:54 DEBUG : dir: Looking for writers 2026/05/02 06:10:54 DEBUG : file1: reading active writers 2026/05/02 06:10:54 DEBUG : file1.metadata: reading active writers 2026/05/02 06:10:54 DEBUG : Looking for writers 2026/05/02 06:10:54 DEBUG : dir: reading active writers 2026/05/02 06:10:54 DEBUG : dir.metadata: reading active writers 2026/05/02 06:10:54 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:54 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:54 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:54 DEBUG : dir: Looking for writers 2026/05/02 06:10:54 DEBUG : file1: reading active writers 2026/05/02 06:10:54 DEBUG : Looking for writers 2026/05/02 06:10:54 DEBUG : dir: reading active writers 2026/05/02 06:10:54 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:54 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:54 DEBUG : Can set mod time: true 2026/05/02 06:10:54 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:54 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:55 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:55 DEBUG : dir: Looking for writers 2026/05/02 06:10:55 DEBUG : file1: reading active writers 2026/05/02 06:10:55 DEBUG : Looking for writers 2026/05/02 06:10:55 DEBUG : dir: reading active writers 2026/05/02 06:10:55 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:55 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:10:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/02 06:10:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (0 bytes), uploading instead of streaming 2026/05/02 06:10:55 DEBUG : dir/file1: size = 0 OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:10:55 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/02 06:10:55 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/02 06:10:55 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/02 06:10:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:55 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:55 DEBUG : dir: Looking for writers 2026/05/02 06:10:55 DEBUG : file1: reading active writers 2026/05/02 06:10:55 DEBUG : Looking for writers 2026/05/02 06:10:55 DEBUG : dir: reading active writers 2026/05/02 06:10:55 DEBUG : >WaitForWriters: 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/02 06:10:55 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:55 DEBUG : dir: Looking for writers 2026/05/02 06:10:55 DEBUG : file1: reading active writers 2026/05/02 06:10:55 DEBUG : Looking for writers 2026/05/02 06:10:55 DEBUG : dir: reading active writers 2026/05/02 06:10:55 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:55 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:10:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/02 06:10:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (5 bytes), uploading instead of streaming 2026/05/02 06:10:55 DEBUG : dir/file1: size = 5 OK 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:55 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:10:56 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:10:56 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/02 06:10:56 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/02 06:10:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:56 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:56 DEBUG : dir: Looking for writers 2026/05/02 06:10:56 DEBUG : file1: reading active writers 2026/05/02 06:10:56 DEBUG : Looking for writers 2026/05/02 06:10:56 DEBUG : dir: reading active writers 2026/05/02 06:10:56 DEBUG : >WaitForWriters: 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/02 06:10:56 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:56 DEBUG : dir: Looking for writers 2026/05/02 06:10:56 DEBUG : file1: reading active writers 2026/05/02 06:10:56 DEBUG : Looking for writers 2026/05/02 06:10:56 DEBUG : dir: reading active writers 2026/05/02 06:10:56 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:56 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:10:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:10:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:56 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:56 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:56 DEBUG : dir: Looking for writers 2026/05/02 06:10:56 DEBUG : file1: reading active writers 2026/05/02 06:10:56 DEBUG : Looking for writers 2026/05/02 06:10:56 DEBUG : dir: reading active writers 2026/05/02 06:10:56 DEBUG : >WaitForWriters: 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:56 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:10:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:10:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:56 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:56 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/02 06:10:56 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:10:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:10:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:10:56 DEBUG : dir/file1(0x199fcf5ba4c0): close: 2026/05/02 06:10:56 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/02 06:10:56 DEBUG : dir/file1(0x199fcf5ba4c0): >close: err= 2026/05/02 06:10:56 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:56 DEBUG : dir: Looking for writers 2026/05/02 06:10:56 DEBUG : file1: reading active writers 2026/05/02 06:10:56 DEBUG : Looking for writers 2026/05/02 06:10:56 DEBUG : dir: reading active writers 2026/05/02 06:10:56 DEBUG : >WaitForWriters: 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:56 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:57 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:57 DEBUG : dir: Looking for writers 2026/05/02 06:10:57 DEBUG : file1: reading active writers 2026/05/02 06:10:57 DEBUG : Looking for writers 2026/05/02 06:10:57 DEBUG : dir: reading active writers 2026/05/02 06:10:57 DEBUG : >WaitForWriters: 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:57 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:10:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:10:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:10:57 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:57 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/02 06:10:57 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:10:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:10:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:10:57 DEBUG : dir/file1(0x199fcf3faa80): _writeAt: size=5, off=0 2026/05/02 06:10:57 DEBUG : dir/file1(0x199fcf3faa80): openPending: 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/02 06:10:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/02 06:10:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:57 DEBUG : dir/file1(0x199fcf3faa80): >openPending: err= 2026/05/02 06:10:57 DEBUG : dir/file1(0x199fcf3faa80): >_writeAt: n=5, err= 2026/05/02 06:10:57 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/02 06:10:57 DEBUG : dir/file1(0x199fcf3faa80): close: 2026/05/02 06:10:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/02 06:10:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/02 06:10:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/02 06:10:57 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/02 06:10:57 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/02 06:10:57 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:10:57 DEBUG : dir/file1(0x199fcf3faa80): >close: err= 2026/05/02 06:10:57 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:57 DEBUG : dir: Looking for writers 2026/05/02 06:10:57 DEBUG : file1: reading active writers 2026/05/02 06:10:57 DEBUG : Looking for writers 2026/05/02 06:10:57 DEBUG : dir: reading active writers 2026/05/02 06:10:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:10:57 DEBUG : dir: Looking for writers 2026/05/02 06:10:57 DEBUG : file1: reading active writers 2026/05/02 06:10:57 DEBUG : Looking for writers 2026/05/02 06:10:57 DEBUG : dir: reading active writers 2026/05/02 06:10:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:10:57 DEBUG : dir: Looking for writers 2026/05/02 06:10:57 DEBUG : file1: reading active writers 2026/05/02 06:10:57 DEBUG : Looking for writers 2026/05/02 06:10:57 DEBUG : dir: reading active writers 2026/05/02 06:10:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:10:57 DEBUG : dir: Looking for writers 2026/05/02 06:10:57 DEBUG : file1: reading active writers 2026/05/02 06:10:57 DEBUG : Looking for writers 2026/05/02 06:10:57 DEBUG : dir: reading active writers 2026/05/02 06:10:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:10:57 DEBUG : dir/file1: vfs cache: starting upload 2026/05/02 06:10:57 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1.2f98c60a.partial" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1.2f98c60a.partial 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1.2f98c60a.partial" 2026/05/02 06:10:57 DEBUG : dir: Looking for writers 2026/05/02 06:10:57 DEBUG : file1: reading active writers 2026/05/02 06:10:57 DEBUG : Looking for writers 2026/05/02 06:10:57 DEBUG : dir: reading active writers 2026/05/02 06:10:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-fajidof8xuti/dir/file1.2f98c60a.partial 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:57 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/02 06:10:57 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/02 06:10:57 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/02 06:10:57 INFO : dir/file1: Copied (replaced existing) 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:57 DEBUG : dir: Looking for writers 2026/05/02 06:10:57 DEBUG : file1: reading active writers 2026/05/02 06:10:57 DEBUG : Looking for writers 2026/05/02 06:10:57 DEBUG : dir: reading active writers 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:57 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:57 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/02 06:10:57 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/02 06:10:57 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/02 06:10:57 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/02 06:10:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/05/02 06:10:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:57 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/02 06:10:58 DEBUG : dir: Looking for writers 2026/05/02 06:10:58 DEBUG : file1: reading active writers 2026/05/02 06:10:58 DEBUG : Looking for writers 2026/05/02 06:10:58 DEBUG : dir: reading active writers 2026/05/02 06:10:58 DEBUG : >WaitForWriters: 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/02 06:10:58 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:58 DEBUG : dir: Looking for writers 2026/05/02 06:10:58 DEBUG : file1: reading active writers 2026/05/02 06:10:58 DEBUG : Looking for writers 2026/05/02 06:10:58 DEBUG : dir: reading active writers 2026/05/02 06:10:58 DEBUG : >WaitForWriters: 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.56s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.46s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.56s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.40s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (1.20s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:58 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:10:58 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/02 06:10:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:10:58 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:58 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:58 DEBUG : dir: Looking for writers 2026/05/02 06:10:58 DEBUG : file1: reading active writers 2026/05/02 06:10:58 DEBUG : Looking for writers 2026/05/02 06:10:58 DEBUG : dir: reading active writers 2026/05/02 06:10:58 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/05/02 06:10:58 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/02 06:10:58 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/02 06:10:58 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:10:58 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/02 06:10:58 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:58 DEBUG : Looking for writers 2026/05/02 06:10:58 DEBUG : file.txt: reading active writers 2026/05/02 06:10:58 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:58 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (25 bytes), uploading instead of streaming 2026/05/02 06:10:58 DEBUG : dir/file1: size = 25 OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:58 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:10:58 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/02 06:10:58 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/02 06:10:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:10:58 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:58 DEBUG : dir: Looking for writers 2026/05/02 06:10:58 DEBUG : file1: reading active writers 2026/05/02 06:10:58 DEBUG : Looking for writers 2026/05/02 06:10:58 DEBUG : dir: reading active writers 2026/05/02 06:10:58 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.33s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:58 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:58 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:59 DEBUG : dir/file1: Remove: 2026/05/02 06:10:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:10:59 DEBUG : dir/file1: >Remove: err= 2026/05/02 06:10:59 DEBUG : dir/file1: Remove: 2026/05/02 06:10:59 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/02 06:10:59 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:59 DEBUG : dir: Looking for writers 2026/05/02 06:10:59 DEBUG : Looking for writers 2026/05/02 06:10:59 DEBUG : dir: reading active writers 2026/05/02 06:10:59 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.24s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:59 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:59 DEBUG : dir/file1: Remove: 2026/05/02 06:10:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:10:59 DEBUG : dir/file1: >Remove: err= 2026/05/02 06:10:59 DEBUG : dir/file1: Remove: 2026/05/02 06:10:59 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/02 06:10:59 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:59 DEBUG : dir: Looking for writers 2026/05/02 06:10:59 DEBUG : Looking for writers 2026/05/02 06:10:59 DEBUG : dir: reading active writers 2026/05/02 06:10:59 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.25s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:59 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:10:59 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/02 06:10:59 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/02 06:10:59 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/02 06:10:59 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/02 06:10:59 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/02 06:10:59 DEBUG : dir/file1: Open: flags=0x3 2026/05/02 06:10:59 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/02 06:10:59 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/02 06:10:59 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:59 DEBUG : dir: Looking for writers 2026/05/02 06:10:59 DEBUG : file1: reading active writers 2026/05/02 06:10:59 DEBUG : Looking for writers 2026/05/02 06:10:59 DEBUG : dir: reading active writers 2026/05/02 06:10:59 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:10:59 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:10:59 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:10:59 DEBUG : dir: Looking for writers 2026/05/02 06:10:59 DEBUG : file1: reading active writers 2026/05/02 06:10:59 DEBUG : Looking for writers 2026/05/02 06:10:59 DEBUG : dir: reading active writers 2026/05/02 06:10:59 DEBUG : >WaitForWriters: 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:10:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:10:59 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:00 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:00 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf1fdd40 2026/05/02 06:11:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:00 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/02 06:11:00 DEBUG : dir/file1: Updating file with dir/file1 0x199fcf1fdd40 2026/05/02 06:11:00 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/02 06:11:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:00 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:00 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/02 06:11:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:00 DEBUG : dir/file1: File is currently open, delaying rename 0x199fcf1fdd40 2026/05/02 06:11:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (25 bytes), uploading instead of streaming 2026/05/02 06:11:00 DEBUG : dir/file1: size = 25 OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:00 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/02 06:11:00 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:00 DEBUG : newLeaf: Running delayed rename now 2026/05/02 06:11:00 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:00 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf1fdd40 2026/05/02 06:11:00 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:00 DEBUG : dir: Looking for writers 2026/05/02 06:11:00 DEBUG : Looking for writers 2026/05/02 06:11:00 DEBUG : dir: reading active writers 2026/05/02 06:11:00 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:00 DEBUG : >WaitForWriters: 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/02 06:11:00 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:00 DEBUG : dir: Looking for writers 2026/05/02 06:11:00 DEBUG : Looking for writers 2026/05/02 06:11:00 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:00 DEBUG : dir: reading active writers 2026/05/02 06:11:00 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:00 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:00 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:00 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:00 DEBUG : dir: Looking for writers 2026/05/02 06:11:00 DEBUG : file1: reading active writers 2026/05/02 06:11:00 DEBUG : Looking for writers 2026/05/02 06:11:00 DEBUG : dir: reading active writers 2026/05/02 06:11:00 DEBUG : >WaitForWriters: 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:00 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:01 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf47e270 2026/05/02 06:11:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:01 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/02 06:11:01 DEBUG : dir/file1: Updating file with dir/file1 0x199fcf47e270 2026/05/02 06:11:01 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/02 06:11:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:01 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/02 06:11:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:01 DEBUG : dir/file1: File is currently open, delaying rename 0x199fcf47e270 2026/05/02 06:11:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (25 bytes), uploading instead of streaming 2026/05/02 06:11:01 DEBUG : dir/file1: size = 25 OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:01 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/02 06:11:01 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:01 DEBUG : newLeaf: Running delayed rename now 2026/05/02 06:11:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:01 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf47e270 2026/05/02 06:11:01 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:01 DEBUG : dir: Looking for writers 2026/05/02 06:11:01 DEBUG : Looking for writers 2026/05/02 06:11:01 DEBUG : dir: reading active writers 2026/05/02 06:11:01 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:01 DEBUG : >WaitForWriters: 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/02 06:11:01 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:01 DEBUG : dir: Looking for writers 2026/05/02 06:11:01 DEBUG : Looking for writers 2026/05/02 06:11:01 DEBUG : dir: reading active writers 2026/05/02 06:11:01 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:01 DEBUG : >WaitForWriters: 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:01 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:01 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:01 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:02 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:11:02 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcee6fdc0): openPending: 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/02 06:11:02 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/02 06:11:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcee6fdc0): >openPending: err= 2026/05/02 06:11:02 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/02 06:11:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcee6fdc0): _writeAt: size=14, off=0 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcee6fdc0): >_writeAt: n=14, err= 2026/05/02 06:11:02 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcee6fdc0): close: 2026/05/02 06:11:02 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/02 06:11:02 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/02 06:11:02 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcee6fdc0): >close: err= 2026/05/02 06:11:02 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:02 DEBUG : dir: Looking for writers 2026/05/02 06:11:02 DEBUG : file1: reading active writers 2026/05/02 06:11:02 DEBUG : Looking for writers 2026/05/02 06:11:02 DEBUG : dir: reading active writers 2026/05/02 06:11:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:02 DEBUG : dir: Looking for writers 2026/05/02 06:11:02 DEBUG : file1: reading active writers 2026/05/02 06:11:02 DEBUG : Looking for writers 2026/05/02 06:11:02 DEBUG : dir: reading active writers 2026/05/02 06:11:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:02 DEBUG : dir: Looking for writers 2026/05/02 06:11:02 DEBUG : file1: reading active writers 2026/05/02 06:11:02 DEBUG : Looking for writers 2026/05/02 06:11:02 DEBUG : dir: reading active writers 2026/05/02 06:11:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:02 DEBUG : dir: Looking for writers 2026/05/02 06:11:02 DEBUG : file1: reading active writers 2026/05/02 06:11:02 DEBUG : Looking for writers 2026/05/02 06:11:02 DEBUG : dir: reading active writers 2026/05/02 06:11:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:02 DEBUG : dir/file1: vfs cache: starting upload 2026/05/02 06:11:02 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1.ca338588.partial" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1.ca338588.partial 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1.ca338588.partial" 2026/05/02 06:11:02 DEBUG : dir: Looking for writers 2026/05/02 06:11:02 DEBUG : file1: reading active writers 2026/05/02 06:11:02 DEBUG : Looking for writers 2026/05/02 06:11:02 DEBUG : dir: reading active writers 2026/05/02 06:11:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1.ca338588.partial 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:02 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/02 06:11:02 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/02 06:11:02 INFO : dir/file1: Copied (replaced existing) 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:02 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/02 06:11:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:02 DEBUG : dir: Looking for writers 2026/05/02 06:11:02 DEBUG : file1: reading active writers 2026/05/02 06:11:02 DEBUG : Looking for writers 2026/05/02 06:11:02 DEBUG : dir: reading active writers 2026/05/02 06:11:02 DEBUG : >WaitForWriters: 2026/05/02 06:11:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:02 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcf4beb40): _readAt: size=512, off=0 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcf4beb40): openPending: 2026/05/02 06:11:02 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/02 06:11:02 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/02 06:11:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcf4beb40): >openPending: err= 2026/05/02 06:11:02 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcf4beb40): >_readAt: n=14, err=EOF 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcf4beb40): close: 2026/05/02 06:11:02 DEBUG : dir/file1(0x199fcf4beb40): >close: err= 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:02 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/02 06:11:02 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf684000 2026/05/02 06:11:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:02 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:02 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:03 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:03 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/02 06:11:03 DEBUG : dir/file1: Updating file with dir/file1 0x199fcf684000 2026/05/02 06:11:03 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/02 06:11:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:03 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:03 DEBUG : dir/file1(0x199fcf634bc0): openPending: 2026/05/02 06:11:03 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/02 06:11:03 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/02 06:11:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:03 DEBUG : dir/file1(0x199fcf634bc0): >openPending: err= 2026/05/02 06:11:03 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/02 06:11:03 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:03 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:03 DEBUG : dir/file1(0x199fcf634bc0): _writeAt: size=25, off=0 2026/05/02 06:11:03 DEBUG : dir/file1(0x199fcf634bc0): >_writeAt: n=25, err= 2026/05/02 06:11:03 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:03 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/02 06:11:03 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf684000 2026/05/02 06:11:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:03 DEBUG : newLeaf(0x199fcf634bc0): close: 2026/05/02 06:11:03 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/02 06:11:03 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-02 06:11:03.404930615 +0000 UTC m=+18.418411645 2026/05/02 06:11:03 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:03 DEBUG : newLeaf(0x199fcf634bc0): >close: err= 2026/05/02 06:11:03 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:03 DEBUG : dir: Looking for writers 2026/05/02 06:11:03 DEBUG : Looking for writers 2026/05/02 06:11:03 DEBUG : dir: reading active writers 2026/05/02 06:11:03 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:03 DEBUG : dir: Looking for writers 2026/05/02 06:11:03 DEBUG : Looking for writers 2026/05/02 06:11:03 DEBUG : dir: reading active writers 2026/05/02 06:11:03 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:03 DEBUG : dir: Looking for writers 2026/05/02 06:11:03 DEBUG : Looking for writers 2026/05/02 06:11:03 DEBUG : dir: reading active writers 2026/05/02 06:11:03 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:03 DEBUG : dir: Looking for writers 2026/05/02 06:11:03 DEBUG : Looking for writers 2026/05/02 06:11:03 DEBUG : dir: reading active writers 2026/05/02 06:11:03 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:03 DEBUG : newLeaf: vfs cache: starting upload 2026/05/02 06:11:03 DEBUG : newLeaf.62eca2d9.partial: size = 25 OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf.62eca2d9.partial" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf.62eca2d9.partial 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf.62eca2d9.partial" 2026/05/02 06:11:03 DEBUG : dir: Looking for writers 2026/05/02 06:11:03 DEBUG : Looking for writers 2026/05/02 06:11:03 DEBUG : dir: reading active writers 2026/05/02 06:11:03 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf.62eca2d9.partial 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : newLeaf.62eca2d9.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:03 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/02 06:11:03 DEBUG : newLeaf.62eca2d9.partial: renamed to: newLeaf 2026/05/02 06:11:03 INFO : newLeaf: Copied (replaced existing) 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:03 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-02 06:11:03 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/02 06:11:03 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/02 06:11:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:03 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/02 06:11:03 DEBUG : dir: Looking for writers 2026/05/02 06:11:03 DEBUG : Looking for writers 2026/05/02 06:11:03 DEBUG : dir: reading active writers 2026/05/02 06:11:03 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:03 DEBUG : >WaitForWriters: 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:03 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/02 06:11:03 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:03 DEBUG : dir: Looking for writers 2026/05/02 06:11:03 DEBUG : Looking for writers 2026/05/02 06:11:03 DEBUG : dir: reading active writers 2026/05/02 06:11:03 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:03 DEBUG : >WaitForWriters: 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:03 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:03 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:03 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:04 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:04 DEBUG : dir: Looking for writers 2026/05/02 06:11:04 DEBUG : file1: reading active writers 2026/05/02 06:11:04 DEBUG : Looking for writers 2026/05/02 06:11:04 DEBUG : dir: reading active writers 2026/05/02 06:11:04 DEBUG : >WaitForWriters: 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:04 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:04 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf8af450 2026/05/02 06:11:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:04 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/02 06:11:04 DEBUG : dir/file1: Updating file with dir/file1 0x199fcf8af450 2026/05/02 06:11:04 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/02 06:11:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:04 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:04 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:04 DEBUG : dir/file1(0x199fcf687940): openPending: 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/02 06:11:04 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/02 06:11:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:04 DEBUG : dir/file1(0x199fcf687940): >openPending: err= 2026/05/02 06:11:04 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/02 06:11:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:04 DEBUG : dir/file1(0x199fcf687940): _writeAt: size=25, off=0 2026/05/02 06:11:04 DEBUG : dir/file1(0x199fcf687940): >_writeAt: n=25, err= 2026/05/02 06:11:04 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:04 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:05 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:05 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/02 06:11:05 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf8af450 2026/05/02 06:11:05 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:05 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:05 DEBUG : newLeaf(0x199fcf687940): close: 2026/05/02 06:11:05 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/02 06:11:05 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-02 06:11:04.905385302 +0000 UTC m=+19.918866343 2026/05/02 06:11:05 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:05 DEBUG : newLeaf(0x199fcf687940): >close: err= 2026/05/02 06:11:05 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:05 DEBUG : newLeaf: vfs cache: starting upload 2026/05/02 06:11:05 DEBUG : newLeaf.bad3e7bd.partial: size = 25 OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf.bad3e7bd.partial" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf.bad3e7bd.partial 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf.bad3e7bd.partial" 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf.bad3e7bd.partial 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:05 DEBUG : newLeaf.bad3e7bd.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:05 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/02 06:11:05 DEBUG : newLeaf.bad3e7bd.partial: renamed to: newLeaf 2026/05/02 06:11:05 INFO : newLeaf: Copied (replaced existing) 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:05 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:05 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-02 06:11:04 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/02 06:11:05 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/02 06:11:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/05/02 06:11:05 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:05 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : >WaitForWriters: 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:05 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:05 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/02 06:11:05 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:05 DEBUG : dir: Looking for writers 2026/05/02 06:11:05 DEBUG : Looking for writers 2026/05/02 06:11:05 DEBUG : dir: reading active writers 2026/05/02 06:11:05 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:05 DEBUG : >WaitForWriters: 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:05 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:05 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:05 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:11:05 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:05 DEBUG : dir/file1(0x199fcf9c6140): openPending: 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:05 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/02 06:11:06 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/02 06:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf9c6140): >openPending: err= 2026/05/02 06:11:06 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/02 06:11:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf9c6140): _writeAt: size=14, off=0 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf9c6140): >_writeAt: n=14, err= 2026/05/02 06:11:06 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf9c6140): close: 2026/05/02 06:11:06 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/02 06:11:06 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/02 06:11:06 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf9c6140): >close: err= 2026/05/02 06:11:06 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:06 DEBUG : dir: Looking for writers 2026/05/02 06:11:06 DEBUG : file1: reading active writers 2026/05/02 06:11:06 DEBUG : Looking for writers 2026/05/02 06:11:06 DEBUG : dir: reading active writers 2026/05/02 06:11:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:06 DEBUG : dir: Looking for writers 2026/05/02 06:11:06 DEBUG : file1: reading active writers 2026/05/02 06:11:06 DEBUG : Looking for writers 2026/05/02 06:11:06 DEBUG : dir: reading active writers 2026/05/02 06:11:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:06 DEBUG : dir: Looking for writers 2026/05/02 06:11:06 DEBUG : file1: reading active writers 2026/05/02 06:11:06 DEBUG : Looking for writers 2026/05/02 06:11:06 DEBUG : dir: reading active writers 2026/05/02 06:11:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:06 DEBUG : dir: Looking for writers 2026/05/02 06:11:06 DEBUG : file1: reading active writers 2026/05/02 06:11:06 DEBUG : Looking for writers 2026/05/02 06:11:06 DEBUG : dir: reading active writers 2026/05/02 06:11:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:06 DEBUG : dir/file1: vfs cache: starting upload 2026/05/02 06:11:06 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1.ca338588.partial" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1.ca338588.partial 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1.ca338588.partial" 2026/05/02 06:11:06 DEBUG : dir: Looking for writers 2026/05/02 06:11:06 DEBUG : file1: reading active writers 2026/05/02 06:11:06 DEBUG : Looking for writers 2026/05/02 06:11:06 DEBUG : dir: reading active writers 2026/05/02 06:11:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1.ca338588.partial 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:06 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/02 06:11:06 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/02 06:11:06 INFO : dir/file1: Copied (replaced existing) 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:06 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:06 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/02 06:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:06 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:06 DEBUG : dir: Looking for writers 2026/05/02 06:11:06 DEBUG : file1: reading active writers 2026/05/02 06:11:06 DEBUG : Looking for writers 2026/05/02 06:11:06 DEBUG : dir: reading active writers 2026/05/02 06:11:06 DEBUG : >WaitForWriters: 2026/05/02 06:11:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:06 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf569340): _readAt: size=512, off=0 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf569340): openPending: 2026/05/02 06:11:06 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/02 06:11:06 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/02 06:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf569340): >openPending: err= 2026/05/02 06:11:06 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf569340): >_readAt: n=14, err=EOF 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf569340): close: 2026/05/02 06:11:06 DEBUG : dir/file1(0x199fcf569340): >close: err= 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:06 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:06 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/02 06:11:06 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf9540d0 2026/05/02 06:11:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:06 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:06 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:06 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:07 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/02 06:11:07 DEBUG : dir/file1: Updating file with dir/file1 0x199fcf9540d0 2026/05/02 06:11:07 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/02 06:11:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:07 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:07 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:07 DEBUG : dir/file1(0x199fcf9c7a40): openPending: 2026/05/02 06:11:07 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/02 06:11:07 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/02 06:11:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:07 DEBUG : dir/file1(0x199fcf9c7a40): >openPending: err= 2026/05/02 06:11:07 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/02 06:11:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:07 DEBUG : dir/file1(0x199fcf9c7a40): _writeAt: size=25, off=0 2026/05/02 06:11:07 DEBUG : dir/file1(0x199fcf9c7a40): >_writeAt: n=25, err= 2026/05/02 06:11:07 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:07 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/02 06:11:07 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf9540d0 2026/05/02 06:11:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:07 DEBUG : newLeaf(0x199fcf9c7a40): close: 2026/05/02 06:11:07 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/02 06:11:07 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-02 06:11:07.215456676 +0000 UTC m=+22.228937717 2026/05/02 06:11:07 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:07 DEBUG : newLeaf(0x199fcf9c7a40): >close: err= 2026/05/02 06:11:07 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:07 DEBUG : newLeaf: vfs cache: starting upload 2026/05/02 06:11:07 DEBUG : newLeaf.2090ce2f.partial: size = 25 OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf.2090ce2f.partial" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf.2090ce2f.partial 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf.2090ce2f.partial" 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf.2090ce2f.partial 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : newLeaf.2090ce2f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:07 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/02 06:11:07 DEBUG : newLeaf.2090ce2f.partial: renamed to: newLeaf 2026/05/02 06:11:07 INFO : newLeaf: Copied (replaced existing) 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:07 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-02 06:11:07 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/02 06:11:07 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/02 06:11:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:07 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : >WaitForWriters: 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/02 06:11:07 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:07 DEBUG : >WaitForWriters: 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:07 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:07 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:07 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:07 DEBUG : dir: Looking for writers 2026/05/02 06:11:07 DEBUG : file1: reading active writers 2026/05/02 06:11:07 DEBUG : Looking for writers 2026/05/02 06:11:07 DEBUG : dir: reading active writers 2026/05/02 06:11:07 DEBUG : >WaitForWriters: 2026/05/02 06:11:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:07 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:07 DEBUG : dir/file1(0x199fcf396200): _readAt: size=512, off=0 2026/05/02 06:11:07 DEBUG : dir/file1(0x199fcf396200): openPending: 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:07 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/02 06:11:08 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/02 06:11:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf396200): >openPending: err= 2026/05/02 06:11:08 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/02 06:11:08 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:08 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:08 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf396200): >_readAt: n=14, err=EOF 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf396200): close: 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf396200): >close: err= 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:08 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/02 06:11:08 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf5a32b0 2026/05/02 06:11:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:08 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:08 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/02 06:11:08 DEBUG : dir/file1: Updating file with dir/file1 0x199fcf5a32b0 2026/05/02 06:11:08 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/02 06:11:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:08 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf05af40): openPending: 2026/05/02 06:11:08 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/02 06:11:08 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/02 06:11:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf05af40): >openPending: err= 2026/05/02 06:11:08 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/02 06:11:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf05af40): _writeAt: size=25, off=0 2026/05/02 06:11:08 DEBUG : dir/file1(0x199fcf05af40): >_writeAt: n=25, err= 2026/05/02 06:11:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:08 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:08 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/02 06:11:08 DEBUG : newLeaf: Updating file with newLeaf 0x199fcf5a32b0 2026/05/02 06:11:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:08 DEBUG : newLeaf(0x199fcf05af40): close: 2026/05/02 06:11:08 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/02 06:11:08 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-02 06:11:08.801997813 +0000 UTC m=+23.815478854 2026/05/02 06:11:08 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:08 DEBUG : newLeaf(0x199fcf05af40): >close: err= 2026/05/02 06:11:08 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:08 DEBUG : dir: Looking for writers 2026/05/02 06:11:08 DEBUG : Looking for writers 2026/05/02 06:11:08 DEBUG : dir: reading active writers 2026/05/02 06:11:08 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:08 DEBUG : dir: Looking for writers 2026/05/02 06:11:08 DEBUG : Looking for writers 2026/05/02 06:11:08 DEBUG : dir: reading active writers 2026/05/02 06:11:08 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:08 DEBUG : dir: Looking for writers 2026/05/02 06:11:08 DEBUG : Looking for writers 2026/05/02 06:11:08 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:08 DEBUG : dir: reading active writers 2026/05/02 06:11:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:08 DEBUG : dir: Looking for writers 2026/05/02 06:11:08 DEBUG : Looking for writers 2026/05/02 06:11:08 DEBUG : dir: reading active writers 2026/05/02 06:11:08 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:09 DEBUG : newLeaf: vfs cache: starting upload 2026/05/02 06:11:09 DEBUG : newLeaf.38f6c482.partial: size = 25 OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf.38f6c482.partial" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf.38f6c482.partial 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf.38f6c482.partial" 2026/05/02 06:11:09 DEBUG : dir: Looking for writers 2026/05/02 06:11:09 DEBUG : Looking for writers 2026/05/02 06:11:09 DEBUG : dir: reading active writers 2026/05/02 06:11:09 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf.38f6c482.partial 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : newLeaf.38f6c482.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:09 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/02 06:11:09 DEBUG : newLeaf.38f6c482.partial: renamed to: newLeaf 2026/05/02 06:11:09 INFO : newLeaf: Copied (replaced existing) 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:09 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-02 06:11:08 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/02 06:11:09 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/02 06:11:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/02 06:11:09 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/02 06:11:09 DEBUG : dir: Looking for writers 2026/05/02 06:11:09 DEBUG : Looking for writers 2026/05/02 06:11:09 DEBUG : dir: reading active writers 2026/05/02 06:11:09 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:09 DEBUG : >WaitForWriters: 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/newLeaf" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fajidof8xuti/newLeaf 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/02 06:11:09 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:09 DEBUG : dir: Looking for writers 2026/05/02 06:11:09 DEBUG : Looking for writers 2026/05/02 06:11:09 DEBUG : dir: reading active writers 2026/05/02 06:11:09 DEBUG : newLeaf: reading active writers 2026/05/02 06:11:09 DEBUG : >WaitForWriters: 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestFileRename (9.76s) --- PASS: TestFileRename/off,forceCache=false (1.15s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (2.05s) --- PASS: TestFileRename/writes,forceCache=false (1.87s) --- PASS: TestFileRename/writes,forceCache=true (1.97s) --- PASS: TestFileRename/full,forceCache=false (1.60s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:09 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:09 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:09 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:09 DEBUG : Looking for writers 2026/05/02 06:11:09 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:09 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:09 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:09 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/02 06:11:09 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:09 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:09 DEBUG : dir: Looking for writers 2026/05/02 06:11:09 DEBUG : file1: reading active writers 2026/05/02 06:11:09 DEBUG : Looking for writers 2026/05/02 06:11:09 DEBUG : dir: reading active writers 2026/05/02 06:11:09 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:09 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:09 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:09 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:09 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:09 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/02 06:11:09 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/02 06:11:09 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/02 06:11:09 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/02 06:11:09 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/02 06:11:09 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/02 06:11:10 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:10 DEBUG : dir: Looking for writers 2026/05/02 06:11:10 DEBUG : file1: reading active writers 2026/05/02 06:11:10 DEBUG : Looking for writers 2026/05/02 06:11:10 DEBUG : dir: reading active writers 2026/05/02 06:11:10 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.31s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:10 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:10 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:10 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/02 06:11:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/02 06:11:10 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/02 06:11:10 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/02 06:11:10 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/02 06:11:10 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/02 06:11:10 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/02 06:11:10 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/02 06:11:10 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/02 06:11:10 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/02 06:11:10 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/02 06:11:10 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/02 06:11:10 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/02 06:11:10 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/02 06:11:10 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/02 06:11:10 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:10 DEBUG : dir: Looking for writers 2026/05/02 06:11:10 DEBUG : file1: reading active writers 2026/05/02 06:11:10 DEBUG : Looking for writers 2026/05/02 06:11:10 DEBUG : dir: reading active writers 2026/05/02 06:11:10 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.39s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:10 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:10 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:10 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/02 06:11:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:10 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:10 DEBUG : dir: Looking for writers 2026/05/02 06:11:10 DEBUG : file1: reading active writers 2026/05/02 06:11:10 DEBUG : Looking for writers 2026/05/02 06:11:10 DEBUG : dir: reading active writers 2026/05/02 06:11:10 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:10 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:10 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:10 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/02 06:11:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:10 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:10 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:11 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/02 06:11:11 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:11 DEBUG : dir: Looking for writers 2026/05/02 06:11:11 DEBUG : file1: reading active writers 2026/05/02 06:11:11 DEBUG : Looking for writers 2026/05/02 06:11:11 DEBUG : dir: reading active writers 2026/05/02 06:11:11 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:11 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): _readAt: size=1, off=0 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): openPending: 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/02 06:11:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/02 06:11:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): >openPending: err= 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): _readAt: size=256, off=1 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): >_readAt: n=15, err=EOF 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): _readAt: size=16, off=16 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): >_readAt: n=0, err=EOF 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): close: 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): >close: err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): close: 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf5f0180): >close: err=file already closed 2026/05/02 06:11:11 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:11 DEBUG : dir: Looking for writers 2026/05/02 06:11:11 DEBUG : file1: reading active writers 2026/05/02 06:11:11 DEBUG : Looking for writers 2026/05/02 06:11:11 DEBUG : dir: reading active writers 2026/05/02 06:11:11 DEBUG : >WaitForWriters: 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.34s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:11 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): _readAt: size=1, off=0 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): openPending: 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/02 06:11:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/02 06:11:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): >openPending: err= 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): _readAt: size=1, off=5 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): _readAt: size=1, off=3 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): _readAt: size=1, off=13 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): _readAt: size=16, off=100 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): >_readAt: n=0, err=EOF 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): close: 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fcf687640): >close: err= 2026/05/02 06:11:11 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:11 DEBUG : dir: Looking for writers 2026/05/02 06:11:11 DEBUG : file1: reading active writers 2026/05/02 06:11:11 DEBUG : Looking for writers 2026/05/02 06:11:11 DEBUG : dir: reading active writers 2026/05/02 06:11:11 DEBUG : >WaitForWriters: 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:11 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): _readAt: size=1, off=0 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): openPending: 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/02 06:11:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/02 06:11:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >openPending: err= 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): _readAt: size=1, off=5 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): _readAt: size=1, off=1 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >_readAt: n=1, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): _readAt: size=6, off=10 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >_readAt: n=6, err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): _readAt: size=256, off=10 2026/05/02 06:11:11 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >_readAt: n=6, err=EOF 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): _readAt: size=256, off=100 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >_readAt: n=0, err=EOF 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): close: 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >close: err= 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): _readAt: size=256, off=100 2026/05/02 06:11:11 DEBUG : dir/file1(0x199fceefa100): >_readAt: n=0, err=file already closed 2026/05/02 06:11:11 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:11 DEBUG : dir: Looking for writers 2026/05/02 06:11:11 DEBUG : file1: reading active writers 2026/05/02 06:11:11 DEBUG : Looking for writers 2026/05/02 06:11:11 DEBUG : dir: reading active writers 2026/05/02 06:11:11 DEBUG : >WaitForWriters: 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.29s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:11 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:11 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:12 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:12 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:12 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): RWFileHandle.Flush 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): _readAt: size=256, off=0 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): openPending: 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:12 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/02 06:11:12 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/02 06:11:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): >openPending: err= 2026/05/02 06:11:12 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/02 06:11:12 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:12 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:12 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): >_readAt: n=16, err=EOF 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): RWFileHandle.Flush 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): RWFileHandle.Flush 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): close: 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf568540): >close: err= 2026/05/02 06:11:12 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:12 DEBUG : dir: Looking for writers 2026/05/02 06:11:12 DEBUG : file1: reading active writers 2026/05/02 06:11:12 DEBUG : Looking for writers 2026/05/02 06:11:12 DEBUG : dir: reading active writers 2026/05/02 06:11:12 DEBUG : >WaitForWriters: 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.39s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:12 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:12 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/02 06:11:12 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:12 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): _readAt: size=256, off=0 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): openPending: 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:12 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/02 06:11:12 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/02 06:11:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): >openPending: err= 2026/05/02 06:11:12 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/02 06:11:12 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:12 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:12 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): >_readAt: n=16, err=EOF 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): RWFileHandle.Release 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): close: 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): >close: err= 2026/05/02 06:11:12 DEBUG : dir/file1(0x199fcf4c0d80): RWFileHandle.Release 2026/05/02 06:11:12 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:12 DEBUG : dir: Looking for writers 2026/05/02 06:11:12 DEBUG : file1: reading active writers 2026/05/02 06:11:12 DEBUG : Looking for writers 2026/05/02 06:11:12 DEBUG : dir: reading active writers 2026/05/02 06:11:12 DEBUG : >WaitForWriters: 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.32s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:12 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:12 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:12 DEBUG : file1: newRWFileHandle: 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): openPending: 2026/05/02 06:11:12 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): >openPending: err= 2026/05/02 06:11:12 DEBUG : file1: >newRWFileHandle: err= 2026/05/02 06:11:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:12 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/02 06:11:12 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): _writeAt: size=5, off=0 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): >_writeAt: n=5, err= 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): _writeAt: size=7, off=5 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): >_writeAt: n=7, err= 2026/05/02 06:11:12 DEBUG : file1: vfs cache: truncate to size=11 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): close: 2026/05/02 06:11:12 DEBUG : file1: vfs cache: setting modification time to 2026-05-02 06:11:12.694809535 +0000 UTC m=+27.708290576 2026/05/02 06:11:12 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): >close: err= 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): close: 2026/05/02 06:11:12 DEBUG : file1(0x199fcf568a80): >close: err=file already closed 2026/05/02 06:11:12 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:12 DEBUG : Looking for writers 2026/05/02 06:11:12 DEBUG : file1: reading active writers 2026/05/02 06:11:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:12 DEBUG : Looking for writers 2026/05/02 06:11:12 DEBUG : file1: reading active writers 2026/05/02 06:11:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:12 DEBUG : Looking for writers 2026/05/02 06:11:12 DEBUG : file1: reading active writers 2026/05/02 06:11:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:12 DEBUG : Looking for writers 2026/05/02 06:11:12 DEBUG : file1: reading active writers 2026/05/02 06:11:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:12 DEBUG : file1: vfs cache: starting upload 2026/05/02 06:11:12 DEBUG : file1.8e578aa5.partial: size = 11 OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1.8e578aa5.partial" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1.8e578aa5.partial 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1.8e578aa5.partial" 2026/05/02 06:11:12 DEBUG : Looking for writers 2026/05/02 06:11:12 DEBUG : file1: reading active writers 2026/05/02 06:11:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1.8e578aa5.partial 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : file1.8e578aa5.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:12 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/02 06:11:12 DEBUG : file1.8e578aa5.partial: renamed to: file1 2026/05/02 06:11:12 INFO : file1: Copied (new) 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:12 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:12 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:12 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-02 06:11:12 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/02 06:11:12 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:12 INFO : file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : >WaitForWriters: 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/02 06:11:13 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : >WaitForWriters: 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:13 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:13 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:13 DEBUG : file1: newRWFileHandle: 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): openPending: 2026/05/02 06:11:13 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): >openPending: err= 2026/05/02 06:11:13 DEBUG : file1: >newRWFileHandle: err= 2026/05/02 06:11:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:13 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/02 06:11:13 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): _writeAt: size=7, off=0 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): >_writeAt: n=7, err= 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): _writeAt: size=6, off=5 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): >_writeAt: n=6, err= 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): close: 2026/05/02 06:11:13 DEBUG : file1: vfs cache: setting modification time to 2026-05-02 06:11:13.209194205 +0000 UTC m=+28.222675237 2026/05/02 06:11:13 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): >close: err= 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): _writeAt: size=5, off=0 2026/05/02 06:11:13 DEBUG : file1(0x199fcedfeb40): >_writeAt: n=0, err=file already closed 2026/05/02 06:11:13 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:13 DEBUG : file1: vfs cache: starting upload 2026/05/02 06:11:13 DEBUG : file1.04460264.partial: size = 11 OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1.04460264.partial" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1.04460264.partial 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1.04460264.partial" 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1.04460264.partial 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file1.04460264.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:13 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/02 06:11:13 DEBUG : file1.04460264.partial: renamed to: file1 2026/05/02 06:11:13 INFO : file1: Copied (new) 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:13 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-02 06:11:13 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/02 06:11:13 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:13 INFO : file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:13 DEBUG : >WaitForWriters: 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/02 06:11:13 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : >WaitForWriters: 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:13 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:13 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:13 DEBUG : file1: newRWFileHandle: 2026/05/02 06:11:13 DEBUG : file1(0x199fcf05a040): openPending: 2026/05/02 06:11:13 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:13 DEBUG : file1(0x199fcf05a040): >openPending: err= 2026/05/02 06:11:13 DEBUG : file1: >newRWFileHandle: err= 2026/05/02 06:11:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:13 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/02 06:11:13 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/02 06:11:13 DEBUG : file1(0x199fcf05a040): close: 2026/05/02 06:11:13 DEBUG : file1: vfs cache: setting modification time to 2026-05-02 06:11:13.741547458 +0000 UTC m=+28.755028488 2026/05/02 06:11:13 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:13 DEBUG : file1(0x199fcf05a040): >close: err= 2026/05/02 06:11:13 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/02 06:11:13 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/02 06:11:13 DEBUG : file2: newRWFileHandle: 2026/05/02 06:11:13 DEBUG : file2(0x199fcf05a500): openPending: 2026/05/02 06:11:13 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:13 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/02 06:11:13 DEBUG : file2(0x199fcf05a500): >openPending: err= 2026/05/02 06:11:13 DEBUG : file2: >newRWFileHandle: err= 2026/05/02 06:11:13 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/02 06:11:13 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/02 06:11:13 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/02 06:11:13 DEBUG : file2(0x199fcf05a500): RWFileHandle.Flush 2026/05/02 06:11:13 DEBUG : file2(0x199fcf05a500): RWFileHandle.Release 2026/05/02 06:11:13 DEBUG : file2(0x199fcf05a500): close: 2026/05/02 06:11:13 DEBUG : file2: vfs cache: setting modification time to 2026-05-02 06:11:13.743464705 +0000 UTC m=+28.756945766 2026/05/02 06:11:13 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:13 DEBUG : file2(0x199fcf05a500): >close: err= 2026/05/02 06:11:13 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : file2: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : file2: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : file2: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : file2: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/02 06:11:13 DEBUG : file1: vfs cache: starting upload 2026/05/02 06:11:13 DEBUG : file2: vfs cache: starting upload 2026/05/02 06:11:13 DEBUG : file1.b0c43e2c.partial: size = 0 OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1.b0c43e2c.partial" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1.b0c43e2c.partial 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1.b0c43e2c.partial" 2026/05/02 06:11:13 DEBUG : file2.c8b1769a.partial: size = 0 OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file2.c8b1769a.partial" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file2.c8b1769a.partial 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file2.c8b1769a.partial" 2026/05/02 06:11:13 DEBUG : Looking for writers 2026/05/02 06:11:13 DEBUG : file1: reading active writers 2026/05/02 06:11:13 DEBUG : file2: reading active writers 2026/05/02 06:11:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file1.b0c43e2c.partial 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file1.b0c43e2c.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:13 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/02 06:11:13 DEBUG : file1.b0c43e2c.partial: renamed to: file1 2026/05/02 06:11:13 INFO : file1: Copied (new) 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file2.c8b1769a.partial 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:13 DEBUG : file2.c8b1769a.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:13 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/02 06:11:13 DEBUG : file2.c8b1769a.partial: renamed to: file2 2026/05/02 06:11:13 INFO : file2: Copied (new) 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file2" 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file2 2026/05/02 06:11:13 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file2" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:14 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-02 06:11:13 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/02 06:11:14 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:14 INFO : file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file2 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:14 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-02 06:11:13 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/02 06:11:14 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/02 06:11:14 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/02 06:11:14 INFO : file2: vfs cache: upload succeeded try #1 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : file2: reading active writers 2026/05/02 06:11:14 DEBUG : >WaitForWriters: 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file2" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file2 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file2" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file2 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file2" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file2 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file2" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-fajidof8xuti/file2 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/02 06:11:14 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : file2: reading active writers 2026/05/02 06:11:14 DEBUG : >WaitForWriters: 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.73s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:14 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:14 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:14 DEBUG : file1: newRWFileHandle: 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): openPending: 2026/05/02 06:11:14 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): >openPending: err= 2026/05/02 06:11:14 DEBUG : file1: >newRWFileHandle: err= 2026/05/02 06:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:14 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/02 06:11:14 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): _writeAt: size=5, off=0 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): >_writeAt: n=5, err= 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): RWFileHandle.Flush 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): RWFileHandle.Flush 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): close: 2026/05/02 06:11:14 DEBUG : file1: vfs cache: setting modification time to 2026-05-02 06:11:14.465674995 +0000 UTC m=+29.479156026 2026/05/02 06:11:14 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e000): >close: err= 2026/05/02 06:11:14 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:14 DEBUG : file1: vfs cache: starting upload 2026/05/02 06:11:14 DEBUG : file1.3f64379e.partial: size = 5 OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1.3f64379e.partial" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1.3f64379e.partial 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1.3f64379e.partial" 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1.3f64379e.partial 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file1.3f64379e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:14 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:11:14 DEBUG : file1.3f64379e.partial: renamed to: file1 2026/05/02 06:11:14 INFO : file1: Copied (new) 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:14 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-02 06:11:14 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/02 06:11:14 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:14 INFO : file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : >WaitForWriters: 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:14 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:14 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:14 DEBUG : file1: newRWFileHandle: 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): openPending: 2026/05/02 06:11:14 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): >openPending: err= 2026/05/02 06:11:14 DEBUG : file1: >newRWFileHandle: err= 2026/05/02 06:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:14 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/02 06:11:14 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): _writeAt: size=5, off=0 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): >_writeAt: n=5, err= 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): RWFileHandle.Release 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): close: 2026/05/02 06:11:14 DEBUG : file1: vfs cache: setting modification time to 2026-05-02 06:11:14.786158988 +0000 UTC m=+29.799640019 2026/05/02 06:11:14 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): >close: err= 2026/05/02 06:11:14 DEBUG : file1(0x199fcee6e7c0): RWFileHandle.Release 2026/05/02 06:11:14 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:14 DEBUG : file1: vfs cache: starting upload 2026/05/02 06:11:14 DEBUG : file1.f93e219b.partial: size = 5 OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1.f93e219b.partial" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1.f93e219b.partial 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1.f93e219b.partial" 2026/05/02 06:11:14 DEBUG : Looking for writers 2026/05/02 06:11:14 DEBUG : file1: reading active writers 2026/05/02 06:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1.f93e219b.partial 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:14 DEBUG : file1.f93e219b.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:14 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:11:14 DEBUG : file1.f93e219b.partial: renamed to: file1 2026/05/02 06:11:14 INFO : file1: Copied (new) 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:14 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:15 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-02 06:11:14 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/02 06:11:15 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:15 INFO : file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:15 DEBUG : Looking for writers 2026/05/02 06:11:15 DEBUG : file1: reading active writers 2026/05/02 06:11:15 DEBUG : >WaitForWriters: 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:15 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:15 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/02 06:11:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:15 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcee6fcc0): openPending: 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/02 06:11:15 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/02 06:11:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcee6fcc0): >openPending: err= 2026/05/02 06:11:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/02 06:11:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcee6fcc0): _writeAt: size=5, off=0 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcee6fcc0): >_writeAt: n=5, err= 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcee6fcc0): close: 2026/05/02 06:11:15 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:15 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-02 06:11:15.372903801 +0000 UTC m=+30.386384842 2026/05/02 06:11:15 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcee6fcc0): >close: err= 2026/05/02 06:11:15 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:15 DEBUG : dir: Looking for writers 2026/05/02 06:11:15 DEBUG : file1: reading active writers 2026/05/02 06:11:15 DEBUG : Looking for writers 2026/05/02 06:11:15 DEBUG : dir: reading active writers 2026/05/02 06:11:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:15 DEBUG : dir: Looking for writers 2026/05/02 06:11:15 DEBUG : file1: reading active writers 2026/05/02 06:11:15 DEBUG : Looking for writers 2026/05/02 06:11:15 DEBUG : dir: reading active writers 2026/05/02 06:11:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:15 DEBUG : dir: Looking for writers 2026/05/02 06:11:15 DEBUG : file1: reading active writers 2026/05/02 06:11:15 DEBUG : Looking for writers 2026/05/02 06:11:15 DEBUG : dir: reading active writers 2026/05/02 06:11:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:15 DEBUG : dir: Looking for writers 2026/05/02 06:11:15 DEBUG : file1: reading active writers 2026/05/02 06:11:15 DEBUG : Looking for writers 2026/05/02 06:11:15 DEBUG : dir: reading active writers 2026/05/02 06:11:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:15 DEBUG : dir/file1: vfs cache: starting upload 2026/05/02 06:11:15 DEBUG : dir/file1.30823ee7.partial: size = 5 OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1.30823ee7.partial" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1.30823ee7.partial 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1.30823ee7.partial" 2026/05/02 06:11:15 DEBUG : dir: Looking for writers 2026/05/02 06:11:15 DEBUG : file1: reading active writers 2026/05/02 06:11:15 DEBUG : Looking for writers 2026/05/02 06:11:15 DEBUG : dir: reading active writers 2026/05/02 06:11:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/dir/file1.30823ee7.partial 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : dir/file1.30823ee7.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:15 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:11:15 DEBUG : dir/file1.30823ee7.partial: renamed to: dir/file1 2026/05/02 06:11:15 INFO : dir/file1: Copied (replaced existing) 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:15 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-02 06:11:15 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/02 06:11:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:15 DEBUG : dir: Looking for writers 2026/05/02 06:11:15 DEBUG : file1: reading active writers 2026/05/02 06:11:15 DEBUG : Looking for writers 2026/05/02 06:11:15 DEBUG : dir: reading active writers 2026/05/02 06:11:15 DEBUG : >WaitForWriters: 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.59s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:15 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:15 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:15 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/02 06:11:15 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:15 DEBUG : dir/file1: newRWFileHandle: 2026/05/02 06:11:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/02 06:11:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/02 06:11:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcf0c08c0): _writeAt: size=5, off=0 2026/05/02 06:11:15 DEBUG : dir/file1(0x199fcf0c08c0): openPending: 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:15 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/02 06:11:16 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/02 06:11:16 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/02 06:11:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:16 DEBUG : dir/file1(0x199fcf0c08c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : dir/file1(0x199fcf0c08c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : dir/file1(0x199fcf0c08c0): _writeAt: size=15, off=5 2026/05/02 06:11:16 DEBUG : dir/file1(0x199fcf0c08c0): >_writeAt: n=15, err= 2026/05/02 06:11:16 DEBUG : dir/file1(0x199fcf0c08c0): close: 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/02 06:11:16 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-02 06:11:16.008668434 +0000 UTC m=+31.022149466 2026/05/02 06:11:16 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : dir/file1(0x199fcf0c08c0): >close: err= 2026/05/02 06:11:16 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:16 DEBUG : dir: Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : dir: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:16 DEBUG : dir: Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : dir: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:16 DEBUG : dir: Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : dir: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:16 DEBUG : dir: Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : dir: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:16 DEBUG : dir/file1: vfs cache: starting upload 2026/05/02 06:11:16 DEBUG : dir/file1.6fba58ac.partial: size = 20 OK 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1.6fba58ac.partial" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1.6fba58ac.partial 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1.6fba58ac.partial" 2026/05/02 06:11:16 DEBUG : dir: Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : dir: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-fajidof8xuti/dir/file1.6fba58ac.partial 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:16 DEBUG : dir/file1.6fba58ac.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/02 06:11:16 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/02 06:11:16 DEBUG : dir/file1.6fba58ac.partial: renamed to: dir/file1 2026/05/02 06:11:16 INFO : dir/file1: Copied (replaced existing) 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:16 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/02 06:11:16 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-02 06:11:16 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/02 06:11:16 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:16 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:16 DEBUG : dir: Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : dir: reading active writers 2026/05/02 06:11:16 DEBUG : >WaitForWriters: 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.64s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:16 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : file1: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : file1(0x199fcf3fd2c0): openPending: 2026/05/02 06:11:16 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:16 DEBUG : file1(0x199fcf3fd2c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : file1: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:16 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/02 06:11:16 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/02 06:11:16 DEBUG : file1(0x199fcf3fd2c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : file1(0x199fcf3fd2c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : file1(0x199fcf3fd2c0): close: 2026/05/02 06:11:16 DEBUG : file1: vfs cache: setting modification time to 2026-05-02 06:11:16.34356446 +0000 UTC m=+31.357045492 2026/05/02 06:11:16 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : file1(0x199fcf3fd2c0): >close: err= 2026/05/02 06:11:16 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:16 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:16 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:16 DEBUG : file1: vfs cache: starting upload 2026/05/02 06:11:16 DEBUG : file1.09db7881.partial: size = 5 OK 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1.09db7881.partial" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1.09db7881.partial 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1.09db7881.partial" 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1.09db7881.partial 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:16 DEBUG : file1.09db7881.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:11:16 DEBUG : file1.09db7881.partial: renamed to: file1 2026/05/02 06:11:16 INFO : file1: Copied (new) 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:16 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-02 06:11:16 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/02 06:11:16 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:16 INFO : file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : file1: reading active writers 2026/05/02 06:11:16 DEBUG : >WaitForWriters: 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.33s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:16 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/02 06:11:16 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fddc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fddc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fddc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fddc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fddc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.664797161 +0000 UTC m=+31.678278192 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fddc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.664797161 +0000 UTC m=+31.678278192 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568340): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568880): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568880): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568880): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568880): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568880): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.664797161 +0000 UTC m=+31.678278192 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf343a40 item 1 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568f40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568f40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568f40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568f40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568f40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.66763024 +0000 UTC m=+31.681111271 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568f40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569440): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569440): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569440): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569440): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569440): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.66763024 +0000 UTC m=+31.681111271 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569440): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa2a0 item 2 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569a80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569a80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569a80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569a80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569a80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.669435825 +0000 UTC m=+31.682916856 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569a80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.669435825 +0000 UTC m=+31.682916856 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedfe500): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedffa00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedffa00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedffa00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedffa00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedffa00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.669435825 +0000 UTC m=+31.682916856 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedffa00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa700 item 3 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0380): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0380): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0380): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.67148426 +0000 UTC m=+31.684965291 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c08c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c08c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c08c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c08c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c08c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.67148426 +0000 UTC m=+31.684965291 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c08c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aabd0 item 4 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0f00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0f00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0f00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0f00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0f00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.673117931 +0000 UTC m=+31.686598961 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0f00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.673117931 +0000 UTC m=+31.686598961 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1400): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c18c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c18c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c18c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c18c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c18c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.673117931 +0000 UTC m=+31.686598961 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c18c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aafc0 item 5 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328340): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328340): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328340): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328340): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328340): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.675855969 +0000 UTC m=+31.689337001 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328340): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328880): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328880): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328880): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328880): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328880): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.675855969 +0000 UTC m=+31.689337001 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee90e70 item 6 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328f00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328f00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328f00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328f00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328f00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.67762163 +0000 UTC m=+31.691102661 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328f00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.67762163 +0000 UTC m=+31.691102661 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329400): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3298c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3298c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3298c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3298c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3298c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.67762163 +0000 UTC m=+31.691102661 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3298c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee913b0 item 7 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396040): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396040): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396040): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.680681718 +0000 UTC m=+31.694162749 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396780): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396780): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396780): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396780): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396780): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.680681718 +0000 UTC m=+31.694162749 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf396780): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef8150 item 8 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397780): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf397780): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397780): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397780): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397780): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397780): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397780): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397c00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397c00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397c00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397c00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397c00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.682522321 +0000 UTC m=+31.696003351 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397c00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.682522321 +0000 UTC m=+31.696003351 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a3c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a8c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a8c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a8c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a8c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a8c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.682522321 +0000 UTC m=+31.696003351 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a8c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef8c40 item 9 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05af40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05af40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05af40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05af40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05af40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.684956495 +0000 UTC m=+31.698437526 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05af40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b480): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b480): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b480): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b480): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b480): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.684956495 +0000 UTC m=+31.698437526 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b480): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef9b90 item 10 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bac0): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf05bac0): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bac0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bac0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bac0): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bac0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05be80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05be80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05be80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05be80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05be80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.686819839 +0000 UTC m=+31.700300871 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05be80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.686819839 +0000 UTC m=+31.700300871 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e580): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ea80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ea80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ea80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ea80): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ea80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.686819839 +0000 UTC m=+31.700300871 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ea80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebaa80 item 11 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f100): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f100): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f100): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f100): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f100): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.689398548 +0000 UTC m=+31.702879589 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f100): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1c40): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1c40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1c40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1c40): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1c40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.689398548 +0000 UTC m=+31.702879589 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1c40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab260 item 12 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea380): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf7ea380): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea380): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea380): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea380): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea380): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea740): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea740): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea740): _writeAt: size=5, off=0 2026/05/02 06:11:16 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:16 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea740): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea740): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.691602928 +0000 UTC m=+31.705083959 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7ea740): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eae00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eae00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eae00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eae00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eae00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.691602928 +0000 UTC m=+31.705083959 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eae00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab5e0 item 13 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb480): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb480): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb480): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb480): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb480): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.693680228 +0000 UTC m=+31.707161258 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb480): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb9c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb9c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb9c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb9c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb9c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.693680228 +0000 UTC m=+31.707161258 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7eb9c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab960 item 14 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc100): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf7fc100): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc100): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc100): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc100): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc100): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc100): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc4c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc4c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc4c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc4c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc4c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.695508657 +0000 UTC m=+31.708989688 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fc4c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fcb80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fcb80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fcb80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fcb80): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fcb80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.695508657 +0000 UTC m=+31.708989688 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fcb80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9abce0 item 15 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd200): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd200): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd200): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd200): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd200): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.69803167 +0000 UTC m=+31.711512701 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd200): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd740): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd740): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd740): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd740): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd740): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.69803167 +0000 UTC m=+31.711512701 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fd740): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51e1c0 item 16 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fdd80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fdd80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fdd80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fdd80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fdd80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.700019279 +0000 UTC m=+31.713500311 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7fdd80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.700019279 +0000 UTC m=+31.713500311 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238800): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238800): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238800): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238800): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238800): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.700019279 +0000 UTC m=+31.713500311 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238800): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51e620 item 17 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238e80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238e80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.702211957 +0000 UTC m=+31.715692988 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf238e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2393c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2393c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2393c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2393c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2393c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.702211957 +0000 UTC m=+31.715692988 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2393c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51f420 item 18 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf239a40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf239a40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf239a40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf239a40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf239a40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.703732753 +0000 UTC m=+31.717213784 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf239a40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.703732753 +0000 UTC m=+31.717213784 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268540): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268540): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268540): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268540): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268540): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.703732753 +0000 UTC m=+31.717213784 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268540): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51fc70 item 19 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268bc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268bc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268bc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268bc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268bc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.705536115 +0000 UTC m=+31.719017146 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf268bc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269100): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269100): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269100): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269100): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269100): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.705536115 +0000 UTC m=+31.719017146 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269100): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa205b0 item 20 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269780): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269780): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269780): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269780): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269780): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.707669812 +0000 UTC m=+31.721150842 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269780): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.707669812 +0000 UTC m=+31.721150842 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf269c80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa280): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa280): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa280): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.707669812 +0000 UTC m=+31.721150842 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20930 item 21 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71c640): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71c640): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71c640): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71c640): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71c640): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.710520604 +0000 UTC m=+31.724001635 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71c640): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71cb80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71cb80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71cb80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71cb80): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71cb80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.710520604 +0000 UTC m=+31.724001635 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71cb80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeefc00 item 22 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d200): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d200): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d200): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d200): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d200): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.712006656 +0000 UTC m=+31.725487686 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d200): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.712006656 +0000 UTC m=+31.725487686 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71d700): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71dc00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71dc00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71dc00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71dc00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71dc00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.712006656 +0000 UTC m=+31.725487686 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71dc00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf4662a0 item 23 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748380): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748380): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748380): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.714043218 +0000 UTC m=+31.727524249 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7488c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7488c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7488c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7488c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7488c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.714043218 +0000 UTC m=+31.727524249 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7488c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf4667e0 item 24 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748f00): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf748f00): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748f00): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748f00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748f00): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748f00): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf748f00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7492c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7492c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7492c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7492c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7492c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.716050355 +0000 UTC m=+31.729531386 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7492c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.716050355 +0000 UTC m=+31.729531386 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf7497c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf749d00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf749d00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf749d00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf749d00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf749d00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.716050355 +0000 UTC m=+31.729531386 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf749d00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466bd0 item 25 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e480): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e480): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e480): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e480): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e480): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.718318526 +0000 UTC m=+31.731799577 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e480): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e9c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e9c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e9c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e9c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e9c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.718318526 +0000 UTC m=+31.731799577 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40e9c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf4670a0 item 26 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f000): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf40f000): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f000): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f000): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f000): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f000): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f3c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f3c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f3c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f3c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f3c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.720394362 +0000 UTC m=+31.733875393 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f3c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.720394362 +0000 UTC m=+31.733875393 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40f8c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40fe00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40fe00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40fe00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40fe00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40fe00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.720394362 +0000 UTC m=+31.733875393 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf40fe00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467570 item 27 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432580): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432580): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432580): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432580): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432580): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.723093999 +0000 UTC m=+31.736575031 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432580): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432ac0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432ac0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432ac0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432ac0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432ac0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.723093999 +0000 UTC m=+31.736575031 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf432ac0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467a40 item 28 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433100): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf433100): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433100): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433100): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433100): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433100): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433100): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4334c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4334c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4334c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4334c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4334c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.724415289 +0000 UTC m=+31.737896319 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4334c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433b80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433b80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433b80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433b80): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433b80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.724415289 +0000 UTC m=+31.737896319 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf433b80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467dc0 item 29 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454300): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454300): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454300): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.725792564 +0000 UTC m=+31.739273595 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454840): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454840): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454840): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454840): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454840): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.725792564 +0000 UTC m=+31.739273595 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454840): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf672460 item 30 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa880): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf2aa880): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa880): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa880): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa880): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa880): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aa880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aac40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aac40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aac40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aac40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aac40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.727630981 +0000 UTC m=+31.741112013 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2aac40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab300): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab300): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab300): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.727630981 +0000 UTC m=+31.741112013 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20e00 item 31 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab980): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab980): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab980): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab980): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab980): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.729429554 +0000 UTC m=+31.742910585 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2ab980): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2abec0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2abec0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2abec0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2abec0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2abec0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.729429554 +0000 UTC m=+31.742910585 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2abec0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21180 item 32 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0600): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0600): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0600): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0600): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0600): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.732486838 +0000 UTC m=+31.745967889 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0600): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21500 item 33 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.735479288 +0000 UTC m=+31.748960319 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0a80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0f80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0f80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0f80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0f80): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0f80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.735479288 +0000 UTC m=+31.748960319 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e0f80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa216c0 item 33 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e15c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e15c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e15c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e15c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e15c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.742419246 +0000 UTC m=+31.755900337 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e15c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21a40 item 34 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.746805865 +0000 UTC m=+31.760286896 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2e1a40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0080): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0080): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0080): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0080): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0080): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.746805865 +0000 UTC m=+31.760286896 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0080): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21c00 item 34 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454e80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454e80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.752492351 +0000 UTC m=+31.765973382 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf454e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf672a80 item 35 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.754711399 +0000 UTC m=+31.768192430 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455800): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455800): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455800): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455800): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455800): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.754711399 +0000 UTC m=+31.768192430 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455800): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf672d90 item 35 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455e80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455e80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.760284412 +0000 UTC m=+31.773765443 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf455e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf6731f0 item 36 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.761912782 +0000 UTC m=+31.775393824 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c480): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c9c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c9c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c9c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c9c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c9c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.761912782 +0000 UTC m=+31.775393824 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50c9c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf673500 item 36 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a06c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a06c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a06c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a06c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a06c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.770059663 +0000 UTC m=+31.783540694 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a06c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf106310 item 37 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.771213044 +0000 UTC m=+31.784694096 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a0b40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1040): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1040): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1040): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.771213044 +0000 UTC m=+31.784694096 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf106690 item 37 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d040): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d040): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d040): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.774961726 +0000 UTC m=+31.788442767 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf6739d0 item 38 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.776440644 +0000 UTC m=+31.789921675 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50d540): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50da80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50da80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50da80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50da80): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50da80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.776440644 +0000 UTC m=+31.789921675 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf50da80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf673c70 item 38 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e200): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e200): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e200): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e200): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e200): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.778740965 +0000 UTC m=+31.792221996 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e200): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4150 item 39 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.779364605 +0000 UTC m=+31.792845636 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53e700): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53ec00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53ec00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53ec00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53ec00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53ec00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.779364605 +0000 UTC m=+31.792845636 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53ec00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a45b0 item 39 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f280): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f280): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f280): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.782158189 +0000 UTC m=+31.795639271 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4a10 item 40 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.783469781 +0000 UTC m=+31.796950812 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53f780): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53fcc0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53fcc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53fcc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53fcc0): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53fcc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.783469781 +0000 UTC m=+31.796950812 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf53fcc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4d20 item 40 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.785627833 +0000 UTC m=+31.799108874 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c880): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c880): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c880): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a5180 item 41 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c880): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c880): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.787328881 +0000 UTC m=+31.800809932 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56c880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a5340 item 41 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.788526377 +0000 UTC m=+31.802007437 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56cd40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d280): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d280): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d280): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.788526377 +0000 UTC m=+31.802007437 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a57a0 item 41 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.790824524 +0000 UTC m=+31.804305555 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56d8c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56ddc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56ddc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56ddc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a5b20 item 42 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56ddc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56ddc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.79189015 +0000 UTC m=+31.805371201 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf56ddc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf380150 item 42 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.793442896 +0000 UTC m=+31.806923927 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e400): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e980): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e980): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e980): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e980): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e980): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.793442896 +0000 UTC m=+31.806923927 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e980): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3805b0 item 42 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.798396628 +0000 UTC m=+31.811877659 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1680): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1b80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1b80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1b80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf106f50 item 43 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1b80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1b80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.799061145 +0000 UTC m=+31.812542176 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4a1b80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf1071f0 item 43 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.799612728 +0000 UTC m=+31.813093759 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d81c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8700): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8700): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8700): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8700): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8700): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.799612728 +0000 UTC m=+31.813093759 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8700): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf1077a0 item 43 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.801615367 +0000 UTC m=+31.815096397 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d8d40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9240): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9240): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9240): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef80930 item 44 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9240): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9240): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.8024889 +0000 UTC m=+31.815969941 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9240): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef80bd0 item 44 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.803067102 +0000 UTC m=+31.816548133 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9780): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9d00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9d00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9d00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9d00): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9d00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.803067102 +0000 UTC m=+31.816548133 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4d9d00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef80d90 item 44 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.804825288 +0000 UTC m=+31.818306319 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616440): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616940): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616940): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616940): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef815e0 item 45 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616940): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616940): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.80541326 +0000 UTC m=+31.818894312 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf616940): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617040): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617040): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617040): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.80541326 +0000 UTC m=+31.818894312 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef817a0 item 45 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.808548241 +0000 UTC m=+31.822029272 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617680): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617b80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617b80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617b80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef81d50 item 46 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617b80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617b80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.812450523 +0000 UTC m=+31.825931554 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf617b80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e380): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e380): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e380): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.812450523 +0000 UTC m=+31.825931554 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeb2150 item 46 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.81803619 +0000 UTC m=+31.831517231 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63e9c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f0c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f0c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f0c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf380a10 item 47 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f0c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f0c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.818506319 +0000 UTC m=+31.831987350 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f0c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f7c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f7c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f7c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f7c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f7c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.818506319 +0000 UTC m=+31.831987350 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f7c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf380e00 item 47 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.82180581 +0000 UTC m=+31.835286841 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63edc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f2c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f2c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f2c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeb2f50 item 48 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f2c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f2c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.822135894 +0000 UTC m=+31.835616926 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f2c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f9c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f9c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f9c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f9c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f9c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.822135894 +0000 UTC m=+31.835616926 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf63f9c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf108460 item 48 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670100): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670100): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670100): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670100): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670100): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.829216689 +0000 UTC m=+31.842697721 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670100): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf109030 item 49 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.832421091 +0000 UTC m=+31.845902142 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670580): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2080): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2080): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2080): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2080): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2080): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.832421091 +0000 UTC m=+31.845902142 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2080): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf381260 item 49 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2700): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2700): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2700): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2700): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2700): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.839691996 +0000 UTC m=+31.853173026 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2700): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3802a0 item 50 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.841561081 +0000 UTC m=+31.855042122 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d2c00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3180): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3180): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3180): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3180): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3180): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.841561081 +0000 UTC m=+31.855042122 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3180): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3808c0 item 50 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3800): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3800): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3800): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3800): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3800): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.845068246 +0000 UTC m=+31.858549276 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3800): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf380e70 item 51 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.845471798 +0000 UTC m=+31.858952829 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5d3d00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a8340): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a8340): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a8340): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a8340): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a8340): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.845471798 +0000 UTC m=+31.858952829 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a8340): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3813b0 item 51 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6703c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6703c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6703c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6703c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6703c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.848772152 +0000 UTC m=+31.862253183 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6703c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39c930 item 52 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.849330528 +0000 UTC m=+31.862811560 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670900): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670e80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670e80): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.849330528 +0000 UTC m=+31.862811560 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf670e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39caf0 item 52 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671500): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671500): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671500): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671500): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671500): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.851190596 +0000 UTC m=+31.864671628 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671500): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39d260 item 53 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.853944166 +0000 UTC m=+31.867425197 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf671a00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e040): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e040): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e040): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.853944166 +0000 UTC m=+31.867425197 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39d650 item 53 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e7c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e7c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e7c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e7c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e7c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.855051611 +0000 UTC m=+31.868532642 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6e7c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39db90 item 54 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.85577512 +0000 UTC m=+31.869256161 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6ecc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f240): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f240): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f240): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f240): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f240): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.85577512 +0000 UTC m=+31.869256161 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f240): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39dd50 item 54 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f940): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f940): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f940): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f940): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f940): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.859844277 +0000 UTC m=+31.873325318 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcee6f940): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf108b60 item 55 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.860576972 +0000 UTC m=+31.874058003 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0240): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c07c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c07c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c07c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c07c0): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c07c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.860576972 +0000 UTC m=+31.874058003 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c07c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf108f50 item 55 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0ec0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0ec0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0ec0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0ec0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0ec0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.864570538 +0000 UTC m=+31.878051568 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c0ec0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf109b90 item 56 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.865421377 +0000 UTC m=+31.878902408 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c13c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c1940): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c1940): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c1940): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c1940): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c1940): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.865421377 +0000 UTC m=+31.878902408 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0c1940): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf109dc0 item 56 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.867142853 +0000 UTC m=+31.880623884 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fc200): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fcb40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fcb40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fcb40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebac40 item 57 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fcb40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fcb40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.867560342 +0000 UTC m=+31.881041374 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fcb40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebaee0 item 57 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.868119862 +0000 UTC m=+31.881600893 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd880): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd880): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd880): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd880): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd880): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.868119862 +0000 UTC m=+31.881600893 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fd880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebb1f0 item 57 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.869396927 +0000 UTC m=+31.882877959 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3fdec0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568500): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568500): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568500): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebbd50 item 58 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568500): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568500): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.871683994 +0000 UTC m=+31.885165025 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568500): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceede460 item 58 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.872237882 +0000 UTC m=+31.885718912 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf568a40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569080): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569080): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569080): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569080): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569080): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.872237882 +0000 UTC m=+31.885718912 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569080): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceede770 item 58 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.873443742 +0000 UTC m=+31.886924784 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5696c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569c00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569c00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569c00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceedef50 item 59 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569c00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569c00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.873883223 +0000 UTC m=+31.887364255 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf569c00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceedfc70 item 59 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.874390173 +0000 UTC m=+31.887871204 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcedff740): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefa000): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefa000): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefa000): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefa000): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefa000): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.874390173 +0000 UTC m=+31.887871204 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefa000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee840e0 item 59 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.875559495 +0000 UTC m=+31.889040526 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fceefbb00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3283c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3283c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3283c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee84a80 item 60 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3283c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3283c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.87595308 +0000 UTC m=+31.889434111 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3283c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee84d90 item 60 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.876505274 +0000 UTC m=+31.889986305 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328900): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328ec0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328ec0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328ec0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328ec0): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328ec0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.876505274 +0000 UTC m=+31.889986305 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf328ec0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee85030 item 60 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.877596468 +0000 UTC m=+31.891077500 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329500): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329a40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329a40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329a40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee859d0 item 61 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329a40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329a40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.877971036 +0000 UTC m=+31.891452068 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf329a40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3962c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3962c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3962c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3962c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3962c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.877971036 +0000 UTC m=+31.891452068 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3962c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee85c00 item 61 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.880228307 +0000 UTC m=+31.893709338 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3974c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397a80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397a80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397a80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee6690 item 62 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397a80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397a80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.880675172 +0000 UTC m=+31.894156203 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf397a80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a500): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a500): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a500): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a500): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a500): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.880675172 +0000 UTC m=+31.894156203 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05a500): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee6a10 item 62 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.881918264 +0000 UTC m=+31.895399295 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05ab40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b080): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b080): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b080): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee7030 item 63 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b080): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b080): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.882335042 +0000 UTC m=+31.895816074 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b080): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b780): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b780): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b780): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b780): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b780): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.882335042 +0000 UTC m=+31.895816074 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05b780): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee72d0 item 63 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.884130139 +0000 UTC m=+31.897611169 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf05bdc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0400): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0400): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0400): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee7810 item 64 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0400): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0400): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.884558569 +0000 UTC m=+31.898039600 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0400): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0b00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0b00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0b00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0b00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0b00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.884558569 +0000 UTC m=+31.898039600 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c0b00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee7d50 item 64 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1140): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1140): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1140): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1140): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1140): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.885920434 +0000 UTC m=+31.899401465 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1140): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a47e0 item 65 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.886586644 +0000 UTC m=+31.900067676 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1640): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1b40): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1b40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1b40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1b40): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1b40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.886586644 +0000 UTC m=+31.900067676 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4c1b40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a4a80 item 65 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e280): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e280): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e280): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.887878008 +0000 UTC m=+31.901359039 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5030 item 66 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.888404734 +0000 UTC m=+31.901885775 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59e700): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59ec40): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59ec40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59ec40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59ec40): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59ec40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.888404734 +0000 UTC m=+31.901885775 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59ec40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a52d0 item 66 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f280): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f280): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f280): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.889480188 +0000 UTC m=+31.902961219 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5650 item 67 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.889895594 +0000 UTC m=+31.903376625 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59f700): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59fc00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59fc00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59fc00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59fc00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59fc00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.889895594 +0000 UTC m=+31.903376625 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf59fc00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5960 item 67 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0665c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0665c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0665c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0665c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0665c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.89147882 +0000 UTC m=+31.904959851 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0665c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5d50 item 68 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.891919613 +0000 UTC m=+31.905400644 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf066ac0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067000): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067000): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067000): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067000): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067000): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.891919613 +0000 UTC m=+31.905400644 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3940e0 item 68 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067640): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067640): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067640): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067640): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067640): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.89302265 +0000 UTC m=+31.906503681 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067640): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf394690 item 69 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.894444229 +0000 UTC m=+31.907925260 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf067ac0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac0c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac0c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac0c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac0c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac0c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.894444229 +0000 UTC m=+31.907925260 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac0c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf394b60 item 69 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac740): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac740): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac740): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac740): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac740): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.895945449 +0000 UTC m=+31.909426480 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ac740): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3950a0 item 70 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.89646458 +0000 UTC m=+31.909945611 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0acc40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad180): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad180): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad180): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad180): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad180): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.89646458 +0000 UTC m=+31.909945611 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad180): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf395420 item 70 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad800): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad800): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad800): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad800): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad800): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.897720556 +0000 UTC m=+31.911201587 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0ad800): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf395b90 item 71 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.898133087 +0000 UTC m=+31.911614118 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0add00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114300): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114300): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114300): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.898133087 +0000 UTC m=+31.911614118 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee92000 item 71 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114980): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114980): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114980): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114980): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114980): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.900755348 +0000 UTC m=+31.914236379 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114980): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee92540 item 72 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.901305328 +0000 UTC m=+31.914786359 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf114e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf1153c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf1153c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf1153c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf1153c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf1153c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.901305328 +0000 UTC m=+31.914786359 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf1153c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee927e0 item 72 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.902518663 +0000 UTC m=+31.915999704 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115980): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115e80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee931f0 item 73 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115e80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.902952624 +0000 UTC m=+31.916433655 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf115e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee93500 item 73 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.903583087 +0000 UTC m=+31.917064118 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258440): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258980): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258980): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258980): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258980): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258980): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.903583087 +0000 UTC m=+31.917064118 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258980): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee93d50 item 73 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.90528159 +0000 UTC m=+31.918762621 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf258fc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2594c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2594c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2594c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9743f0 item 74 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2594c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2594c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.905716833 +0000 UTC m=+31.919197864 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2594c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9745b0 item 74 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.906222028 +0000 UTC m=+31.919703059 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf259a00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c080): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c080): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c080): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c080): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c080): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.906222028 +0000 UTC m=+31.919703059 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c080): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf974850 item 74 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.907504114 +0000 UTC m=+31.920985145 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26c6c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26cbc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26cbc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26cbc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf974cb0 item 75 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26cbc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26cbc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.907932795 +0000 UTC m=+31.921413826 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26cbc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf974ee0 item 75 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.90886616 +0000 UTC m=+31.922347191 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d100): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d640): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d640): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d640): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d640): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d640): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.90886616 +0000 UTC m=+31.922347191 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26d640): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9750a0 item 75 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.910609137 +0000 UTC m=+31.924090168 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf26dc80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4280): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4280): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf975420 item 76 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4280): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.911056624 +0000 UTC m=+31.924537655 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9755e0 item 76 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): _writeAt: size=3, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.911537474 +0000 UTC m=+31.925018505 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a47c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4d40): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4d40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4d40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4d40): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4d40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.911537474 +0000 UTC m=+31.925018505 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a4d40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf975880 item 76 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.912672892 +0000 UTC m=+31.926153933 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5880): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5880): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5880): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf975ce0 item 77 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5880): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5880): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.913053662 +0000 UTC m=+31.926534693 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2a5880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be080): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be080): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be080): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be080): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be080): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.913053662 +0000 UTC m=+31.926534693 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be080): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf342000 item 77 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.914203397 +0000 UTC m=+31.927684428 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2be6c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bebc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bebc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bebc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3424d0 item 78 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bebc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bebc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.91459624 +0000 UTC m=+31.928077271 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bebc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf2c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf2c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf2c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf2c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf2c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.91459624 +0000 UTC m=+31.928077271 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf2c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf342930 item 78 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.915742849 +0000 UTC m=+31.929223880 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bf900): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bfe00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bfe00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bfe00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3430a0 item 79 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bfe00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bfe00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.916179806 +0000 UTC m=+31.929660836 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2bfe00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a89c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a89c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a89c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a89c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a89c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.916179806 +0000 UTC m=+31.929660836 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a89c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf343260 item 79 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.917317238 +0000 UTC m=+31.930798268 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9500): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9500): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9500): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf381ab0 item 80 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9500): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9500): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.917713456 +0000 UTC m=+31.931194487 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9500): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9c00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9c00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9c00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9c00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9c00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.917713456 +0000 UTC m=+31.931194487 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a9c00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf381ce0 item 80 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316340): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316340): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316340): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316340): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316340): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.9191686 +0000 UTC m=+31.932649631 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316340): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee90a80 item 81 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.919588474 +0000 UTC m=+31.933069505 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf3167c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316d00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316d00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316d00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316d00): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316d00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.919588474 +0000 UTC m=+31.933069505 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf316d00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee90e70 item 81 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317380): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317380): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317380): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.920623813 +0000 UTC m=+31.934104843 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee913b0 item 82 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.921126072 +0000 UTC m=+31.934607103 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317e00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317e00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317e00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317e00): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317e00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.921126072 +0000 UTC m=+31.934607103 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf317e00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee918f0 item 82 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41e580): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41e580): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41e580): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41e580): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41e580): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.92227722 +0000 UTC m=+31.935758251 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41e580): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef81c0 item 83 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.922693177 +0000 UTC m=+31.936174208 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41ea80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41efc0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41efc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41efc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41efc0): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41efc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.922693177 +0000 UTC m=+31.936174208 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41efc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef88c0 item 83 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41f640): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41f640): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41f640): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41f640): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41f640): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.923728835 +0000 UTC m=+31.937209867 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41f640): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef91f0 item 84 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.92421229 +0000 UTC m=+31.937693322 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf41fb40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4381c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4381c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4381c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4381c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4381c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.92421229 +0000 UTC m=+31.937693322 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4381c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef99d0 item 84 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438840): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438840): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438840): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438840): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438840): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.925279769 +0000 UTC m=+31.938760801 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438840): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa0e0 item 85 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.9257137 +0000 UTC m=+31.939194732 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf438d40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439280): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439280): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439280): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.9257137 +0000 UTC m=+31.939194732 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa2a0 item 85 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439900): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439900): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439900): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439900): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439900): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.926806888 +0000 UTC m=+31.940287919 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439900): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa700 item 86 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.927286506 +0000 UTC m=+31.940767537 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf439e00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464480): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464480): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464480): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464480): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464480): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.927286506 +0000 UTC m=+31.940767537 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464480): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa8c0 item 86 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464b00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464b00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464b00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464b00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464b00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.928373722 +0000 UTC m=+31.941854754 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf464b00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aac40 item 87 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.928825528 +0000 UTC m=+31.942306558 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465540): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465540): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465540): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465540): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465540): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.928825528 +0000 UTC m=+31.942306558 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465540): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aae00 item 87 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465bc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465bc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465bc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465bc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465bc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.930135786 +0000 UTC m=+31.943616817 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf465bc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab1f0 item 88 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.930596697 +0000 UTC m=+31.944077729 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e1c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e740): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e740): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e740): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e740): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e740): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.930596697 +0000 UTC m=+31.944077729 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49e740): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab3b0 item 88 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.932000443 +0000 UTC m=+31.945481474 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49ed80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f2c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f2c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f2c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab730 item 89 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f2c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f2c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.932519235 +0000 UTC m=+31.946000265 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f2c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab8f0 item 89 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.933004101 +0000 UTC m=+31.946485132 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49f800): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49fd80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49fd80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49fd80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49fd80): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49fd80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.933004101 +0000 UTC m=+31.946485132 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf49fd80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9abab0 item 89 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.934262743 +0000 UTC m=+31.947743774 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bc4c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bca00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bca00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bca00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9abe30 item 90 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bca00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bca00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.936787278 +0000 UTC m=+31.950268329 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bca00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51e150 item 90 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.937552145 +0000 UTC m=+31.951033176 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bcf40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bd500): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bd500): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bd500): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bd500): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bd500): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.937552145 +0000 UTC m=+31.951033176 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bd500): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51e310 item 90 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.938846774 +0000 UTC m=+31.952327805 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4bdb40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6180): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6180): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6180): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51ed90 item 91 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6180): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6180): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.939469372 +0000 UTC m=+31.952950403 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6180): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51f110 item 91 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.939919694 +0000 UTC m=+31.953400725 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f66c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6c40): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6c40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6c40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6c40): >_readAt: n=8, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6c40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.939919694 +0000 UTC m=+31.953400725 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f6c40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51f420 item 91 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.941300576 +0000 UTC m=+31.954781607 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f77c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f77c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f77c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51fc70 item 92 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f77c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f77c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.941730309 +0000 UTC m=+31.955211340 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f77c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeee3f0 item 92 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): _readAt: size=2, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): _writeAt: size=3, off=5 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): >_writeAt: n=3, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.942235335 +0000 UTC m=+31.955716365 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf4f7d00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5143c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5143c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5143c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5143c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5143c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.942235335 +0000 UTC m=+31.955716365 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5143c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeee770 item 92 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.94405172 +0000 UTC m=+31.957532751 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514a00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514f40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514f40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514f40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeef7a0 item 93 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514f40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514f40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.944388307 +0000 UTC m=+31.957869338 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf514f40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515640): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515640): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515640): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515640): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515640): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.944388307 +0000 UTC m=+31.957869338 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515640): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeef9d0 item 93 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.94729193 +0000 UTC m=+31.960772961 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf515c80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5422c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5422c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5422c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466150 item 94 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5422c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5422c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.947618507 +0000 UTC m=+31.961099538 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5422c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5429c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5429c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5429c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5429c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5429c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.947618507 +0000 UTC m=+31.961099538 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5429c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466310 item 94 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.953571058 +0000 UTC m=+31.967052089 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543540): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543540): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543540): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466690 item 95 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543540): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543540): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.954039194 +0000 UTC m=+31.967520225 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543540): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543c40): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543c40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543c40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543c40): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543c40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.954039194 +0000 UTC m=+31.967520225 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf543c40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466930 item 95 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): open at offset 0 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.95593513 +0000 UTC m=+31.969416161 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5568c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5568c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5568c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466cb0 item 96 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5568c0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5568c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.957122526 +0000 UTC m=+31.970603578 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5568c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556fc0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556fc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556fc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556fc0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556fc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.957122526 +0000 UTC m=+31.970603578 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf556fc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466e70 item 96 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= 2026/05/02 06:11:16 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:16 DEBUG : Looking for writers 2026/05/02 06:11:16 DEBUG : >WaitForWriters: 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:16 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/02 06:11:16 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557680): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557680): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557680): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557680): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557680): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.966048702 +0000 UTC m=+31.979529732 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557680): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.966048702 +0000 UTC m=+31.979529732 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf557b00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5940c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5940c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5940c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5940c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5940c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.966048702 +0000 UTC m=+31.979529732 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5940c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467a40 item 1 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594700): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594700): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594700): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594700): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594700): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.968976841 +0000 UTC m=+31.982457872 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594700): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594c00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594c00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594c00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594c00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594c00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.968976841 +0000 UTC m=+31.982457872 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf594c00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4070 item 2 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595240): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595240): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595240): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595240): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595240): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.970711071 +0000 UTC m=+31.984192103 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595240): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.970711071 +0000 UTC m=+31.984192103 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf5956c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595b80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595b80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595b80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595b80): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595b80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.970711071 +0000 UTC m=+31.984192103 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf595b80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4690 item 3 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2300): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2300): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2300): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.97314184 +0000 UTC m=+31.986622891 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2840): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2840): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2840): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2840): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2840): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.97314184 +0000 UTC m=+31.986622891 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2840): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4d90 item 4 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2e80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2e80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.974227343 +0000 UTC m=+31.987708374 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a2e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.974227343 +0000 UTC m=+31.987708374 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3300): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a37c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a37c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a37c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a37c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a37c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.974227343 +0000 UTC m=+31.987708374 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a37c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a51f0 item 5 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3e40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3e40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3e40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3e40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3e40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.975788296 +0000 UTC m=+31.989269327 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6a3e40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0480): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0480): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0480): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0480): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0480): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.975788296 +0000 UTC m=+31.989269327 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0480): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a5960 item 6 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0b00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0b00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0b00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0b00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0b00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.976999307 +0000 UTC m=+31.990480338 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c0b00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.976999307 +0000 UTC m=+31.990480338 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c14c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c14c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c14c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c14c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c14c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.976999307 +0000 UTC m=+31.990480338 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c14c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf106310 item 7 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1b40): openPending: 2026/05/02 06:11:16 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1b40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1b40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1b40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1b40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.979016573 +0000 UTC m=+31.992497604 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6c1b40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0180): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0180): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0180): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0180): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0180): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.979016573 +0000 UTC m=+31.992497604 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0180): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf106c40 item 8 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0740): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf6e0740): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0740): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0740): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0740): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0740): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0740): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0b00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0b00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0b00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0b00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0b00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.980363511 +0000 UTC m=+31.993844542 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0b00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.980363511 +0000 UTC m=+31.993844542 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e0f80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1480): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1480): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1480): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1480): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1480): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.980363511 +0000 UTC m=+31.993844542 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1480): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf107340 item 9 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1b00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1b00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1b00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1b00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1b00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.982111958 +0000 UTC m=+31.995592989 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf6e1b00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702140): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702140): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702140): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702140): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702140): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.982111958 +0000 UTC m=+31.995592989 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702140): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef80930 item 10 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702780): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf702780): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702780): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702780): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702780): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702780): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702780): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702b40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702b40): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702b40): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702b40): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702b40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.983277423 +0000 UTC m=+31.996758454 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf702b40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): _writeAt: size=3, off=2 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.983277423 +0000 UTC m=+31.996758454 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703540): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703540): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703540): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703540): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703540): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.983277423 +0000 UTC m=+31.996758454 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703540): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef80d90 item 11 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703bc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703bc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703bc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703bc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703bc0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.985128374 +0000 UTC m=+31.998609405 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf703bc0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e200): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e200): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e200): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e200): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e200): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.985128374 +0000 UTC m=+31.998609405 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e200): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef81730 item 12 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e840): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf71e840): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e840): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e840): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e840): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e840): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71e840): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71ec00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71ec00): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71ec00): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71ec00): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71ec00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.986419327 +0000 UTC m=+31.999900358 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71ec00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f2c0): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f2c0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f2c0): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f2c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f2c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.986419327 +0000 UTC m=+31.999900358 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f2c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcef81ce0 item 13 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f940): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f940): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f940): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f940): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f940): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.987585162 +0000 UTC m=+32.001066193 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71f940): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71fe80): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71fe80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71fe80): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71fe80): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71fe80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.987585162 +0000 UTC m=+32.001066193 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf71fe80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeb2a80 item 14 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a5c0): _readAt: size=2, off=0 2026/05/02 06:11:16 ERROR : open-test-file(0x199fcf73a5c0): Couldn't read size of file 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a5c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a5c0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a5c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a5c0): close: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a5c0): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a980): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a980): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a980): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a980): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a980): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.98878414 +0000 UTC m=+32.002265171 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a980): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73b040): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73b040): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73b040): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73b040): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73b040): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.98878414 +0000 UTC m=+32.002265171 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73b040): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf05c150 item 15 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 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/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0580): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0580): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0580): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0580): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0580): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.992222714 +0000 UTC m=+32.005703746 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0580): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0b40): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0b40): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0b40): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0b40): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0b40): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.992222714 +0000 UTC m=+32.005703746 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e0b40): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa203f0 item 16 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1180): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1180): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1180): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1180): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1180): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.993464604 +0000 UTC m=+32.006945635 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1180): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.993464604 +0000 UTC m=+32.006945635 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1600): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1b00): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1b00): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1b00): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1b00): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1b00): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.993464604 +0000 UTC m=+32.006945635 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf0e1b00): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20770 item 17 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2280): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2280): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2280): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2280): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2280): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.994972727 +0000 UTC m=+32.008453758 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2280): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2800): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2800): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2800): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2800): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2800): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.994972727 +0000 UTC m=+32.008453758 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2800): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20c40 item 18 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2e80): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2e80): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2e80): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2e80): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2e80): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.996626064 +0000 UTC m=+32.010107106 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f2e80): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): _readAt: size=2, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): open at offset 5 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): >_readAt: n=2, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): _writeAt: size=3, off=7 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.996626064 +0000 UTC m=+32.010107106 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3380): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3880): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3880): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3880): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3880): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3880): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.996626064 +0000 UTC m=+32.010107106 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf2f3880): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20fc0 item 19 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a000): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a000): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a000): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a000): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a000): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.998606982 +0000 UTC m=+32.012088013 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a000): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a540): _readAt: size=512, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a540): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a540): >openPending: err= 2026/05/02 06:11:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a540): >_readAt: n=5, err=EOF 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a540): close: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.998606982 +0000 UTC m=+32.012088013 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73a540): >close: err= 2026/05/02 06:11:16 DEBUG : open-test-file: Remove: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21490 item 20 2026/05/02 06:11:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:16 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73abc0): openPending: 2026/05/02 06:11:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73abc0): >openPending: err= 2026/05/02 06:11:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73abc0): _writeAt: size=5, off=0 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73abc0): >_writeAt: n=5, err= 2026/05/02 06:11:16 DEBUG : open-test-file(0x199fcf73abc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.999804787 +0000 UTC m=+32.013285818 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73abc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.999804787 +0000 UTC m=+32.013285818 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b100): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b700): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b700): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b700): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b700): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b700): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:16.999804787 +0000 UTC m=+32.013285818 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b700): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21810 item 21 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bd80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bd80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bd80): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bd80): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bd80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.002055856 +0000 UTC m=+32.015536886 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bd80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e4c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e4c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e4c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e4c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e4c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.002055856 +0000 UTC m=+32.015536886 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e4c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21ce0 item 22 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6eb40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6eb40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6eb40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6eb40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6eb40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.003447688 +0000 UTC m=+32.016928719 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6eb40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.003447688 +0000 UTC m=+32.016928719 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f040): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f540): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f540): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f540): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f540): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f540): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.003447688 +0000 UTC m=+32.016928719 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f540): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf672310 item 23 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0040): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0040): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0040): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0040): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0040): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.005430579 +0000 UTC m=+32.018911610 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0040): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0580): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0580): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0580): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.005430579 +0000 UTC m=+32.018911610 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf672b60 item 24 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0c40): _readAt: size=2, off=0 2026/05/02 06:11:17 ERROR : open-test-file(0x199fcf0c0c40): Couldn't read size of file 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0c40): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0c40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0c40): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0c40): close: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0c40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1000): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1000): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1000): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1000): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1000): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.007183865 +0000 UTC m=+32.020664897 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1000): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.007183865 +0000 UTC m=+32.020664897 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1500): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1a40): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1a40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1a40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1a40): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1a40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.007183865 +0000 UTC m=+32.020664897 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1a40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf6731f0 item 25 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc440): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc440): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc440): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc440): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc440): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.009006795 +0000 UTC m=+32.022487826 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc440): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcd40): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcd40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcd40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcd40): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcd40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.009006795 +0000 UTC m=+32.022487826 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcd40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf673960 item 26 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd540): _readAt: size=2, off=0 2026/05/02 06:11:17 ERROR : open-test-file(0x199fcf3fd540): Couldn't read size of file 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd540): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd540): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd540): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd540): close: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd540): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd900): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd900): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd900): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd900): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd900): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.01055356 +0000 UTC m=+32.024034621 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd900): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.01055356 +0000 UTC m=+32.024034621 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fde00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff980): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff980): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff980): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff980): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff980): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.01055356 +0000 UTC m=+32.024034621 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff980): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf673ce0 item 27 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefb280): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefb280): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefb280): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefb280): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefb280): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.012331634 +0000 UTC m=+32.025812665 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefb280): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328000): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328000): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328000): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328000): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328000): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.012331634 +0000 UTC m=+32.025812665 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328000): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf05c850 item 28 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3286c0): _readAt: size=2, off=0 2026/05/02 06:11:17 ERROR : open-test-file(0x199fcf3286c0): Couldn't read size of file 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3286c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3286c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3286c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3286c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3286c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328a80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328a80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328a80): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328a80): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328a80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.013623107 +0000 UTC m=+32.027104138 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf328a80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329140): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329140): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329140): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329140): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329140): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.013623107 +0000 UTC m=+32.027104138 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329140): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf05ce70 item 29 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3297c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3297c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3297c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3297c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3297c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.015659189 +0000 UTC m=+32.029140219 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3297c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329d00): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329d00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329d00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329d00): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329d00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.015659189 +0000 UTC m=+32.029140219 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf329d00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf05d1f0 item 30 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396580): _readAt: size=2, off=0 2026/05/02 06:11:17 ERROR : open-test-file(0x199fcf396580): Couldn't read size of file 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396580): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396580): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396580): >_writeAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396580): close: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397440): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397440): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397440): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397440): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397440): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.02184486 +0000 UTC m=+32.035325892 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397440): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397bc0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397bc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397bc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397bc0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397bc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.02184486 +0000 UTC m=+32.035325892 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397bc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf05d6c0 item 31 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a580): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a580): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a580): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.025801635 +0000 UTC m=+32.039282697 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05aac0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05aac0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05aac0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05aac0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05aac0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.025801635 +0000 UTC m=+32.039282697 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05aac0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf05da40 item 32 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b100): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b100): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b100): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b100): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b100): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.027673687 +0000 UTC m=+32.041154718 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b100): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39c380 item 33 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.028327163 +0000 UTC m=+32.041808194 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ba80): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ba80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ba80): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ba80): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ba80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.028327163 +0000 UTC m=+32.041808194 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ba80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39c7e0 item 33 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a81c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a81c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a81c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a81c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a81c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.030508869 +0000 UTC m=+32.043989901 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a81c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39cb60 item 34 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.031424561 +0000 UTC m=+32.044905623 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a86c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a8c00): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a8c00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a8c00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a8c00): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a8c00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.031424561 +0000 UTC m=+32.044905623 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a8c00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39cfc0 item 34 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9240): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9240): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9240): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9240): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9240): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.033308685 +0000 UTC m=+32.046789717 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9240): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39d6c0 item 35 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.03378108 +0000 UTC m=+32.047262111 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a96c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086100): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086100): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086100): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086100): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086100): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.03378108 +0000 UTC m=+32.047262111 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086100): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39d9d0 item 35 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086780): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086780): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086780): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086780): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086780): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.035152975 +0000 UTC m=+32.048634006 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086780): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf108d90 item 36 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.035901801 +0000 UTC m=+32.049382832 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf086c80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0871c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0871c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0871c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0871c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0871c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.035901801 +0000 UTC m=+32.049382832 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0871c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf108fc0 item 36 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087800): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087800): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087800): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087800): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087800): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.037700593 +0000 UTC m=+32.051181625 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087800): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf109b20 item 37 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.038495778 +0000 UTC m=+32.051976809 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf087c80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e280): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e280): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e280): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e280): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e280): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.038495778 +0000 UTC m=+32.051976809 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e280): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf109d50 item 37 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e900): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e900): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e900): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e900): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e900): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.043331556 +0000 UTC m=+32.056812597 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09e900): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebabd0 item 38 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.044308734 +0000 UTC m=+32.057789765 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09ee00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f340): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f340): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f340): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f340): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f340): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.044308734 +0000 UTC m=+32.057789765 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f340): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebae70 item 38 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f9c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f9c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f9c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f9c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f9c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.049431996 +0000 UTC m=+32.062913027 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09f9c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebb730 item 39 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.050162708 +0000 UTC m=+32.063643799 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf09fec0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa4c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa4c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa4c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa4c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa4c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.050162708 +0000 UTC m=+32.063643799 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa4c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceebbb90 item 39 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa900): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa900): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa900): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa900): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa900): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.05372173 +0000 UTC m=+32.067202792 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aa900): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceede540 item 40 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.054806472 +0000 UTC m=+32.068287524 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0aae00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0ab340): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0ab340): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0ab340): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0ab340): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0ab340): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.054806472 +0000 UTC m=+32.068287524 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0ab340): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceedea10 item 40 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.056668354 +0000 UTC m=+32.070149386 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6a9b80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038180): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038180): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038180): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39dc70 item 41 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038180): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038180): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.057725024 +0000 UTC m=+32.071206055 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038180): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf39de30 item 41 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.058464703 +0000 UTC m=+32.071945734 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038640): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038b80): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038b80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038b80): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038b80): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038b80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.058464703 +0000 UTC m=+32.071945734 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf038b80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee65b0 item 41 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.06044017 +0000 UTC m=+32.073921201 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0391c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0396c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0396c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0396c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee6af0 item 42 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0396c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0396c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.061509393 +0000 UTC m=+32.074990444 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0396c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee6f50 item 42 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.062441606 +0000 UTC m=+32.075922687 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf039c00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a280): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a280): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a280): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a280): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a280): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.062441606 +0000 UTC m=+32.075922687 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a280): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee7110 item 42 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.064840434 +0000 UTC m=+32.078321485 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04a8c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04adc0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04adc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04adc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee7730 item 43 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04adc0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04adc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.065790231 +0000 UTC m=+32.079271262 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04adc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceee7b20 item 43 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.066529559 +0000 UTC m=+32.080010590 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b840): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b840): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b840): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b840): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b840): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.066529559 +0000 UTC m=+32.080010590 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf04b840): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a4380 item 43 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.068682452 +0000 UTC m=+32.082163483 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788400): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788900): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788900): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788900): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee845b0 item 44 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788900): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788900): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.069438843 +0000 UTC m=+32.082919893 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788900): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee84850 item 44 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.070449675 +0000 UTC m=+32.083930705 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788e40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7893c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7893c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7893c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7893c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7893c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.070449675 +0000 UTC m=+32.083930705 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7893c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee84af0 item 44 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.072523198 +0000 UTC m=+32.086004239 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf789a00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e000): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e000): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e000): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee85110 item 45 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e000): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e000): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.073036017 +0000 UTC m=+32.086517068 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e000): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e700): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e700): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e700): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e700): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e700): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.073036017 +0000 UTC m=+32.086517068 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79e700): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee85500 item 45 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.075688174 +0000 UTC m=+32.089169205 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79ed40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f240): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f240): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f240): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee85c70 item 46 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f240): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f240): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.076205804 +0000 UTC m=+32.089686835 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f240): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f940): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f940): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f940): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f940): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f940): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.076205804 +0000 UTC m=+32.089686835 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf79f940): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf394150 item 46 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.078787898 +0000 UTC m=+32.092268930 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2080): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2580): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2580): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf394700 item 47 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2580): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.079437046 +0000 UTC m=+32.092918077 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2c80): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2c80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2c80): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2c80): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2c80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.079437046 +0000 UTC m=+32.092918077 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b2c80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf394bd0 item 47 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.081129548 +0000 UTC m=+32.094610579 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b32c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b37c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b37c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b37c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf395180 item 48 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b37c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b37c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.082119971 +0000 UTC m=+32.095601022 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b37c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b3ec0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b3ec0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b3ec0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b3ec0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b3ec0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.082119971 +0000 UTC m=+32.095601022 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7b3ec0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf395500 item 48 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4600): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4600): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4600): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4600): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4600): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.083702374 +0000 UTC m=+32.097183405 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4600): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf395c00 item 49 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.084530431 +0000 UTC m=+32.098011462 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4a80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102000): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102000): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102000): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102000): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102000): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.084530431 +0000 UTC m=+32.098011462 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102000): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a47e0 item 49 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102680): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102680): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102680): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102680): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102680): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.087155768 +0000 UTC m=+32.100636799 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102680): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a4d90 item 50 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.088192468 +0000 UTC m=+32.101673549 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf102b80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103100): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103100): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103100): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103100): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103100): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.088192468 +0000 UTC m=+32.101673549 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103100): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5030 item 50 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103780): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103780): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103780): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103780): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103780): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.089992864 +0000 UTC m=+32.103473896 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103780): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5490 item 51 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.091008596 +0000 UTC m=+32.104489627 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf103c80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c2c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c2c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c2c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c2c0): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c2c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.091008596 +0000 UTC m=+32.104489627 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c2c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5650 item 51 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c940): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c940): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c940): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c940): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c940): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.093554812 +0000 UTC m=+32.107035843 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25c940): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5b90 item 52 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.096273686 +0000 UTC m=+32.109754777 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25ce40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25d3c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25d3c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25d3c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25d3c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25d3c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.096273686 +0000 UTC m=+32.109754777 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25d3c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf5a5d50 item 52 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4f80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4f80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4f80): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4f80): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4f80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.098962402 +0000 UTC m=+32.112443433 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c4f80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf974150 item 53 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.099598204 +0000 UTC m=+32.113079256 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c5480): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c59c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c59c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c59c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c59c0): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c59c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.099598204 +0000 UTC m=+32.113079256 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7c59c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9743f0 item 53 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da140): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da140): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da140): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da140): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da140): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.10164709 +0000 UTC m=+32.115128121 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da140): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf974850 item 54 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.102432525 +0000 UTC m=+32.115913577 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7da640): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dabc0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dabc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dabc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dabc0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dabc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.102432525 +0000 UTC m=+32.115913577 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dabc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf974af0 item 54 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25da40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25da40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25da40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25da40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25da40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.104550784 +0000 UTC m=+32.118031814 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf25da40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee92380 item 55 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.105550364 +0000 UTC m=+32.119031395 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270040): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270580): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270580): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270580): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.105550364 +0000 UTC m=+32.119031395 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee925b0 item 55 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270c00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270c00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270c00): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270c00): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270c00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.108669835 +0000 UTC m=+32.122150866 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf270c00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee92ee0 item 56 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.110123645 +0000 UTC m=+32.123604676 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271100): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271680): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271680): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271680): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271680): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271680): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.110123645 +0000 UTC m=+32.123604676 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271680): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee932d0 item 56 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.1126058 +0000 UTC m=+32.126086832 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db200): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db740): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db740): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db740): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf974ee0 item 57 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db740): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db740): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.113529739 +0000 UTC m=+32.127010770 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7db740): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9750a0 item 57 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.114525231 +0000 UTC m=+32.128006293 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7dbc80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee300): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee300): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee300): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.114525231 +0000 UTC m=+32.128006293 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf975260 item 57 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.117869949 +0000 UTC m=+32.131351010 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ee940): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7eee80): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7eee80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7eee80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9755e0 item 58 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7eee80): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7eee80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.118385243 +0000 UTC m=+32.131866275 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7eee80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9757a0 item 58 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.120204345 +0000 UTC m=+32.133685416 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef3c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef980): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef980): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef980): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef980): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef980): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.120204345 +0000 UTC m=+32.133685416 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf7ef980): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf975a40 item 58 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.123360906 +0000 UTC m=+32.136841937 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3120c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312600): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312600): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312600): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf975dc0 item 59 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312600): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312600): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.125975993 +0000 UTC m=+32.139457023 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312600): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf380150 item 59 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.126834988 +0000 UTC m=+32.140316019 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf312b40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3130c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3130c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3130c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3130c0): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3130c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.126834988 +0000 UTC m=+32.140316019 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3130c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3805b0 item 59 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.129777074 +0000 UTC m=+32.143258105 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf271cc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6300): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6300): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee93dc0 item 60 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6300): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.131002301 +0000 UTC m=+32.144483352 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee908c0 item 60 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.131898667 +0000 UTC m=+32.145379698 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6840): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6e00): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6e00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6e00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6e00): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6e00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.131898667 +0000 UTC m=+32.145379698 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a6e00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee90c40 item 60 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.136556197 +0000 UTC m=+32.150037258 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7440): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7980): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7980): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7980): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee91260 item 61 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7980): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7980): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.13748261 +0000 UTC m=+32.150963661 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2a7980): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4180): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4180): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4180): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4180): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4180): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.13748261 +0000 UTC m=+32.150963661 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4180): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcee91490 item 61 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.140243382 +0000 UTC m=+32.153724413 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c47c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4d00): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4d00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4d00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef8000 item 62 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4d00): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4d00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.1408661 +0000 UTC m=+32.154347132 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c4d00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5400): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5400): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5400): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5400): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5400): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.1408661 +0000 UTC m=+32.154347132 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5400): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef83f0 item 62 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.142489712 +0000 UTC m=+32.155970743 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf2c5a40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422080): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422080): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422080): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef9030 item 63 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422080): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422080): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.143379846 +0000 UTC m=+32.156860897 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422080): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422780): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422780): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422780): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422780): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422780): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.143379846 +0000 UTC m=+32.156860897 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422780): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceef9650 item 63 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.145277074 +0000 UTC m=+32.158758106 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf422dc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423300): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423300): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa000 item 64 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423300): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.146199308 +0000 UTC m=+32.159680340 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423a00): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423a00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423a00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423a00): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423a00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.146199308 +0000 UTC m=+32.159680340 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf423a00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa1c0 item 64 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e140): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e140): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e140): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e140): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e140): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.148217176 +0000 UTC m=+32.161698207 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e140): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): _writeAt: size=3, off=2 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa540 item 65 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.148865723 +0000 UTC m=+32.162346754 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44e5c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44eac0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44eac0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44eac0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44eac0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44eac0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.148865723 +0000 UTC m=+32.162346754 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44eac0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aa700 item 65 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f100): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f100): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f100): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f100): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f100): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.150614401 +0000 UTC m=+32.164095432 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f100): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aaa80 item 66 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.151293245 +0000 UTC m=+32.164774276 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44f580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44fac0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44fac0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44fac0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44fac0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44fac0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.151293245 +0000 UTC m=+32.164774276 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf44fac0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9aac40 item 66 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480200): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480200): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480200): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480200): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480200): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.152801678 +0000 UTC m=+32.166282719 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480200): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): _writeAt: size=3, off=2 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab030 item 67 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.153541437 +0000 UTC m=+32.167022479 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480680): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480b80): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480b80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480b80): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480b80): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480b80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.153541437 +0000 UTC m=+32.167022479 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf480b80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab1f0 item 67 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481200): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481200): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481200): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481200): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481200): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.15518662 +0000 UTC m=+32.168667652 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481200): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab570 item 68 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.15588994 +0000 UTC m=+32.169370971 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481700): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481c40): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481c40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481c40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481c40): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481c40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.15588994 +0000 UTC m=+32.169370971 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf481c40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9ab730 item 68 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba380): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba380): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba380): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba380): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba380): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.157720814 +0000 UTC m=+32.171201846 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba380): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): _writeAt: size=3, off=2 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9abab0 item 69 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.158526809 +0000 UTC m=+32.172007839 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4ba800): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bad00): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bad00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bad00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bad00): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bad00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.158526809 +0000 UTC m=+32.172007839 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bad00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf9abc70 item 69 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb380): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb380): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb380): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb380): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb380): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.160020654 +0000 UTC m=+32.173501686 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb380): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51e150 item 70 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.160893014 +0000 UTC m=+32.174374046 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bb880): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bbdc0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bbdc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bbdc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bbdc0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bbdc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.160893014 +0000 UTC m=+32.174374046 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4bbdc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51e310 item 70 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8540): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8540): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8540): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8540): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8540): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.162190679 +0000 UTC m=+32.175671711 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8540): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): _writeAt: size=3, off=2 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51ed90 item 71 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.162775416 +0000 UTC m=+32.176256447 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8a40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8f40): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8f40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8f40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8f40): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8f40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.162775416 +0000 UTC m=+32.176256447 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e8f40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51f110 item 71 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e95c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e95c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e95c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e95c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e95c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.165074415 +0000 UTC m=+32.178555465 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e95c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51f7a0 item 72 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.166270458 +0000 UTC m=+32.179751488 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf4e9ac0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514100): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514100): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514100): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514100): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514100): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.166270458 +0000 UTC m=+32.179751488 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514100): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf51fc70 item 72 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.169104999 +0000 UTC m=+32.182586030 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5146c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514bc0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514bc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514bc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeee770 item 73 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514bc0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514bc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.17032096 +0000 UTC m=+32.183802020 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf514bc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): _writeAt: size=3, off=2 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeeecb0 item 73 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.170900806 +0000 UTC m=+32.184381838 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515080): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5155c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5155c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5155c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5155c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5155c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.170900806 +0000 UTC m=+32.184381838 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5155c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeef7a0 item 73 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.172485615 +0000 UTC m=+32.185966645 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf515c00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546200): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546200): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546200): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceeefc70 item 74 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546200): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546200): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.17304426 +0000 UTC m=+32.186525292 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546200): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf342230 item 74 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.17385233 +0000 UTC m=+32.187333391 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546740): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546cc0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546cc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546cc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546cc0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546cc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.17385233 +0000 UTC m=+32.187333391 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf546cc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf342460 item 74 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.175699063 +0000 UTC m=+32.189180094 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547800): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547800): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547800): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf342a80 item 75 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547800): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547800): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.176256508 +0000 UTC m=+32.189737549 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547800): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): _writeAt: size=3, off=2 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf342f50 item 75 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.17698211 +0000 UTC m=+32.190463141 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf547d40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574380): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574380): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574380): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574380): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574380): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.17698211 +0000 UTC m=+32.190463141 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574380): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf343180 item 75 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.178518126 +0000 UTC m=+32.191999157 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5749c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574ec0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574ec0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574ec0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf343500 item 76 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574ec0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574ec0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.178999927 +0000 UTC m=+32.192480958 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf574ec0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf343810 item 76 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): _writeAt: size=3, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.179626243 +0000 UTC m=+32.193107273 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575400): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575980): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575980): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575980): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575980): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575980): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.179626243 +0000 UTC m=+32.193107273 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf575980): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3439d0 item 76 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.181026291 +0000 UTC m=+32.194507321 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b80c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b85c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b85c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b85c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf4661c0 item 77 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b85c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b85c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.18149602 +0000 UTC m=+32.194977050 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b85c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b8cc0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b8cc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b8cc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b8cc0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b8cc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.18149602 +0000 UTC m=+32.194977050 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b8cc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466380 item 77 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.18300306 +0000 UTC m=+32.196484091 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9800): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9800): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9800): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466700 item 78 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9800): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9800): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.183520859 +0000 UTC m=+32.197001910 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5b9800): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4000): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4000): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4000): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4000): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4000): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.183520859 +0000 UTC m=+32.197001910 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4000): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf4669a0 item 78 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.184823664 +0000 UTC m=+32.198304695 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4640): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4b40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4b40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4b40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466d20 item 79 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4b40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4b40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.18568353 +0000 UTC m=+32.199164571 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e4b40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5240): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5240): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5240): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5240): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5240): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.18568353 +0000 UTC m=+32.199164571 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5240): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf466ee0 item 79 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.187050476 +0000 UTC m=+32.200531507 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5880): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5d80): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5d80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5d80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467340 item 80 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5d80): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5d80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.187757093 +0000 UTC m=+32.201238124 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf5e5d80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60a580): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60a580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60a580): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60a580): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60a580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.187757093 +0000 UTC m=+32.201238124 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60a580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467570 item 80 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60abc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60abc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60abc0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60abc0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60abc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.189111014 +0000 UTC m=+32.202592045 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60abc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf4678f0 item 81 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.189997431 +0000 UTC m=+32.203478462 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b040): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b580): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b580): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b580): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b580): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b580): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.189997431 +0000 UTC m=+32.203478462 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60b580): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467ab0 item 81 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60bc00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60bc00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60bc00): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60bc00): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60bc00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.191162355 +0000 UTC m=+32.204643386 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf60bc00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf467e30 item 82 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.192194818 +0000 UTC m=+32.205675848 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638200): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638780): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638780): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638780): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638780): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638780): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.192194818 +0000 UTC m=+32.205675848 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638780): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4150 item 82 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638e00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638e00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638e00): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638e00): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638e00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.193673585 +0000 UTC m=+32.207154617 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf638e00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4770 item 83 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.194360154 +0000 UTC m=+32.207841184 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639840): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639840): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639840): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639840): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639840): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.194360154 +0000 UTC m=+32.207841184 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639840): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4a10 item 83 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639ec0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639ec0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639ec0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639ec0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639ec0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.196029572 +0000 UTC m=+32.209510603 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf639ec0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a4ee0 item 84 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.196755455 +0000 UTC m=+32.210236516 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aa4c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aaa40): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aaa40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aaa40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aaa40): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aaa40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.196755455 +0000 UTC m=+32.210236516 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6aaa40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a5180 item 84 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab0c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab0c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab0c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab0c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab0c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.198955837 +0000 UTC m=+32.212436869 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab0c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a57a0 item 85 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.199719853 +0000 UTC m=+32.213200894 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6ab5c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6abb00): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6abb00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6abb00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6abb00): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6abb00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.199719853 +0000 UTC m=+32.213200894 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf6abb00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3a5960 item 85 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0300): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0300): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0300): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0300): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0300): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.201416201 +0000 UTC m=+32.214897263 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0300): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceede460 item 86 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.202138509 +0000 UTC m=+32.215619539 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0880): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0e00): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0e00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0e00): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0e00): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0e00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.202138509 +0000 UTC m=+32.215619539 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e0e00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceede770 item 86 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1480): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1480): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1480): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1480): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1480): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.203708538 +0000 UTC m=+32.217189570 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1480): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceedef50 item 87 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.204339281 +0000 UTC m=+32.217820312 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1980): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1ec0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1ec0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1ec0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1ec0): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1ec0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.204339281 +0000 UTC m=+32.217820312 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0e1ec0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fceedfc70 item 87 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73a640): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73a640): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73a640): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73a640): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73a640): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.205953565 +0000 UTC m=+32.219434596 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73a640): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3802a0 item 88 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.206795518 +0000 UTC m=+32.220276548 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73ab40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b0c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b0c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b0c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b0c0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b0c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.206795518 +0000 UTC m=+32.220276548 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b0c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3808c0 item 88 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.208370366 +0000 UTC m=+32.221851398 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73b780): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bcc0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bcc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bcc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf3810a0 item 89 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bcc0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bcc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.208919185 +0000 UTC m=+32.222400216 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf73bcc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf381260 item 89 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.209712736 +0000 UTC m=+32.223193767 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e400): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e980): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e980): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e980): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e980): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e980): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.209712736 +0000 UTC m=+32.223193767 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6e980): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf381420 item 89 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.211033224 +0000 UTC m=+32.224514255 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6efc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f500): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f500): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f500): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf381ab0 item 90 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f500): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f500): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.211775949 +0000 UTC m=+32.225256981 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6f500): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf381ce0 item 90 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.212492955 +0000 UTC m=+32.225973996 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcee6fdc0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0480): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0480): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0480): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0480): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0480): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.212492955 +0000 UTC m=+32.225973996 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0480): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20000 item 90 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.214175678 +0000 UTC m=+32.227656709 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c0b40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1080): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1080): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1080): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa205b0 item 91 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1080): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1080): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.214749754 +0000 UTC m=+32.228230795 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1080): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): >_readAt: n=2, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): _writeAt: size=3, off=7 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20770 item 91 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.215473183 +0000 UTC m=+32.228954214 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c15c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1b40): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1b40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1b40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1b40): >_readAt: n=8, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1b40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.215473183 +0000 UTC m=+32.228954214 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf0c1b40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20930 item 91 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.216908138 +0000 UTC m=+32.230389169 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fc540): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcf00): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcf00): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcf00): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20cb0 item 92 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcf00): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcf00): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.217486681 +0000 UTC m=+32.230967713 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fcf00): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): open at offset 5 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa20e70 item 92 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): _readAt: size=2, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): _writeAt: size=3, off=5 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): >_writeAt: n=3, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.218115521 +0000 UTC m=+32.231596552 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fd500): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fdac0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fdac0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fdac0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fdac0): >_readAt: n=3, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fdac0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.218115521 +0000 UTC m=+32.231596552 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf3fdac0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21030 item 92 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.219712181 +0000 UTC m=+32.233193212 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedff700): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedffd40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedffd40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedffd40): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa213b0 item 93 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedffd40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedffd40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.220259447 +0000 UTC m=+32.233740489 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcedffd40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefbb40): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefbb40): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefbb40): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefbb40): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefbb40): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.220259447 +0000 UTC m=+32.233740489 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fceefbb40): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21570 item 93 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.221813126 +0000 UTC m=+32.235294157 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf396640): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397600): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397600): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397600): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa218f0 item 94 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397600): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397600): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.222343309 +0000 UTC m=+32.235824350 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf397600): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a0c0): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a0c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a0c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a0c0): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a0c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.222343309 +0000 UTC m=+32.235824350 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a0c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21ab0 item 94 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.223847114 +0000 UTC m=+32.237328145 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05a740): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ac80): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ac80): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ac80): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcfa21e30 item 95 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ac80): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ac80): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.224660914 +0000 UTC m=+32.238141944 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05ac80): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b380): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b380): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b380): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b380): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b380): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.224660914 +0000 UTC m=+32.238141944 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b380): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf6722a0 item 95 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 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/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): open at offset 0 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): _readAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): >_readAt: n=0, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.226620039 +0000 UTC m=+32.240101070 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf05b9c0): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788080): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788080): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788080): >openPending: err= 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf6729a0 item 96 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788080): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788080): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.227114725 +0000 UTC m=+32.240595756 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788080): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/02 06:11:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/02 06:11:17 DEBUG : open-test-file: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788780): _readAt: size=512, off=0 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788780): openPending: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788780): >openPending: err= 2026/05/02 06:11:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788780): >_readAt: n=5, err=EOF 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788780): close: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-02 06:11:17.227114725 +0000 UTC m=+32.240595756 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : open-test-file(0x199fcf788780): >close: err= 2026/05/02 06:11:17 DEBUG : open-test-file: Remove: 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x199fcf672b60 item 96 2026/05/02 06:11:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/02 06:11:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/02 06:11:17 DEBUG : open-test-file: >Remove: err= 2026/05/02 06:11:17 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : >WaitForWriters: 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.57s) --- PASS: TestRWFileHandleOpenTests/writes (0.30s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.01s) --- 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.01s) --- 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.01s) --- 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.27s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:17 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : file1: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): openPending: 2026/05/02 06:11:17 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): >openPending: err= 2026/05/02 06:11:17 DEBUG : file1: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:17 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/02 06:11:17 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): _writeAt: size=2, off=0 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): >_writeAt: n=2, err= 2026/05/02 06:11:17 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): RWFileHandle.Flush 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): RWFileHandle.Release 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): close: 2026/05/02 06:11:17 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/02 06:11:17 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : file1(0x199fcf60a0c0): >close: err= 2026/05/02 06:11:17 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : file1: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : file1: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : file1: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : file1: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:17 DEBUG : file1: vfs cache: starting upload 2026/05/02 06:11:17 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1.a0a9169e.partial" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1.a0a9169e.partial 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1.a0a9169e.partial" 2026/05/02 06:11:17 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:17 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : file1: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fajidof8xuti/file1.a0a9169e.partial 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:17 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/02 06:11:17 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/02 06:11:17 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/02 06:11:17 INFO : file1: Copied (new) 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:17 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/02 06:11:17 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/02 06:11:17 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/02 06:11:17 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:17 INFO : file1: vfs cache: upload succeeded try #1 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : file1: reading active writers 2026/05/02 06:11:17 DEBUG : >WaitForWriters: 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:17 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:17 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:17 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-fajidof8xuti/dir/file1: no such file or directory 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:17 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/02 06:11:17 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : file1: reading active writers 2026/05/02 06:11:17 DEBUG : >WaitForWriters: 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.53s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:17 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:17 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:17 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:17 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:17 DEBUG : rename_me: newRWFileHandle: 2026/05/02 06:11:17 DEBUG : rename_me(0x199fcf789a40): openPending: 2026/05/02 06:11:17 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/02 06:11:17 DEBUG : rename_me(0x199fcf789a40): >openPending: err= 2026/05/02 06:11:17 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/02 06:11:17 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/02 06:11:17 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/02 06:11:17 DEBUG : rename_me(0x199fcf789a40): _writeAt: size=5, off=0 2026/05/02 06:11:17 DEBUG : rename_me(0x199fcf789a40): >_writeAt: n=5, err= 2026/05/02 06:11:17 DEBUG : rename_me(0x199fcf789a40): close: 2026/05/02 06:11:17 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-02 06:11:17.772449755 +0000 UTC m=+32.785930785 2026/05/02 06:11:17 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/02 06:11:17 DEBUG : rename_me(0x199fcf789a40): >close: err= 2026/05/02 06:11:17 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/02 06:11:17 DEBUG : i_was_renamed: Updating file with 0x199fcf216a90 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/02 06:11:17 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/02 06:11:17 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : i_was_renamed: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : i_was_renamed: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : i_was_renamed: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : i_was_renamed: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/02 06:11:17 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/02 06:11:17 DEBUG : i_was_renamed.91c923de.partial: size = 5 OK 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/i_was_renamed.91c923de.partial" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/i_was_renamed.91c923de.partial 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/i_was_renamed.91c923de.partial" 2026/05/02 06:11:17 DEBUG : Looking for writers 2026/05/02 06:11:17 DEBUG : i_was_renamed: reading active writers 2026/05/02 06:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/i_was_renamed.91c923de.partial 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:17 DEBUG : i_was_renamed.91c923de.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:17 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:11:17 DEBUG : i_was_renamed.91c923de.partial: renamed to: i_was_renamed 2026/05/02 06:11:17 INFO : i_was_renamed: Copied (new) 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/i_was_renamed" 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/i_was_renamed 2026/05/02 06:11:17 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/i_was_renamed" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/i_was_renamed 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:18 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:18 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-02 06:11:17 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/02 06:11:18 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/02 06:11:18 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/02 06:11:18 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/02 06:11:18 DEBUG : Looking for writers 2026/05/02 06:11:18 DEBUG : i_was_renamed: reading active writers 2026/05/02 06:11:18 DEBUG : >WaitForWriters: 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:18 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/02 06:11:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fajidof8xuti" 2026/05/02 06:11:18 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : forgetting directory cache 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate(0x199fcf046540): _readAt: size=512, off=0 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate(0x199fcf046540): openPending: 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-02 05:12:18 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/02 06:11:18 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate(0x199fcf046540): >openPending: err= 2026/05/02 06:11:18 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate(0x199fcf046540): >_readAt: n=20, err=EOF 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate(0x199fcf046540): close: 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:12:18 +0000 UTC 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate(0x199fcf046540): >close: err= 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : forgetting directory cache 2026/05/02 06:11:18 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:18 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:18 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf102f40): _readAt: size=512, off=0 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf102f40): openPending: 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-02 05:13:18 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-02 05:12:18 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-02 05:13:18 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-02 05:12:18 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/02 06:11:19 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/02 06:11:19 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf102f40): >openPending: err= 2026/05/02 06:11:19 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf102f40): >_readAt: n=20, err=EOF 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf102f40): close: 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:13:18 +0000 UTC 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf102f40): >close: err= 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : forgetting directory cache 2026/05/02 06:11:19 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf103880): _readAt: size=512, off=0 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf103880): openPending: 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-02 05:14:18 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-02 05:13:18 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-02 05:14:18 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-02 05:13:18 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/02 06:11:19 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/02 06:11:19 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf103880): >openPending: err= 2026/05/02 06:11:19 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf103880): >_readAt: n=20, err=EOF 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf103880): close: 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:14:18 +0000 UTC 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate(0x199fcf103880): >close: err= 2026/05/02 06:11:19 DEBUG : Re-reading directory (101.96265ms old) 2026/05/02 06:11:19 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:19 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:19 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/02 06:11:19 DEBUG : forgetting directory cache 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf484740): _readAt: size=512, off=0 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf484740): openPending: 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-02 05:15:18 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-02 05:14:18 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-02 05:15:18 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-02 05:14:18 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/02 06:11:20 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/02 06:11:20 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf484740): >openPending: err= 2026/05/02 06:11:20 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf484740): >_readAt: n=20, err=EOF 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf484740): close: 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:15:18 +0000 UTC 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf484740): >close: err= 2026/05/02 06:11:20 DEBUG : Re-reading directory (106.983579ms old) 2026/05/02 06:11:20 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : forgetting directory cache 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf3123c0): _readAt: size=512, off=0 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf3123c0): openPending: 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-02 05:16:18 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-02 05:15:18 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-02 05:16:18 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-02 05:15:18 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/02 06:11:20 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/02 06:11:20 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf3123c0): >openPending: err= 2026/05/02 06:11:20 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf3123c0): >_readAt: n=20, err=EOF 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf3123c0): close: 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:16:18 +0000 UTC 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate(0x199fcf3123c0): >close: err= 2026/05/02 06:11:20 DEBUG : Re-reading directory (110.755514ms old) 2026/05/02 06:11:20 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:20 DEBUG : forgetting directory cache 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:20 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:20 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf6feb80): _readAt: size=512, off=0 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf6feb80): openPending: 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-02 05:17:18 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-02 05:16:18 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-02 05:17:18 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-02 05:16:18 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/02 06:11:21 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/02 06:11:21 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf6feb80): >openPending: err= 2026/05/02 06:11:21 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf6feb80): >_readAt: n=20, err=EOF 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf6feb80): close: 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:17:18 +0000 UTC 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf6feb80): >close: err= 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : forgetting directory cache 2026/05/02 06:11:21 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf312180): _readAt: size=512, off=0 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf312180): openPending: 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-02 05:18:18 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-02 05:17:18 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-02 05:18:18 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-02 05:17:18 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/02 06:11:21 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/02 06:11:21 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf312180): >openPending: err= 2026/05/02 06:11:21 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf312180): >_readAt: n=21, err=EOF 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf312180): close: 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:18:18 +0000 UTC 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate(0x199fcf312180): >close: err= 2026/05/02 06:11:21 DEBUG : Re-reading directory (103.11448ms old) 2026/05/02 06:11:21 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:21 DEBUG : forgetting directory cache 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:21 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:21 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf6fe700): _readAt: size=512, off=0 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf6fe700): openPending: 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-02 05:19:18 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-02 05:18:18 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-02 05:19:18 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-02 05:18:18 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/02 06:11:22 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/02 06:11:22 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf6fe700): >openPending: err= 2026/05/02 06:11:22 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf6fe700): >_readAt: n=22, err=EOF 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf6fe700): close: 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:19:18 +0000 UTC 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf6fe700): >close: err= 2026/05/02 06:11:22 DEBUG : Re-reading directory (119.214205ms old) 2026/05/02 06:11:22 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : forgetting directory cache 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf312f00): _readAt: size=512, off=0 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf312f00): openPending: 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-02 05:20:18 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-02 05:19:18 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-02 05:20:18 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-02 05:19:18 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/02 06:11:22 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/02 06:11:22 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf312f00): >openPending: err= 2026/05/02 06:11:22 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf312f00): >_readAt: n=23, err=EOF 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf312f00): close: 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:20:18 +0000 UTC 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate(0x199fcf312f00): >close: err= 2026/05/02 06:11:22 DEBUG : Re-reading directory (137.04709ms old) 2026/05/02 06:11:22 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:22 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:22 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:23 DEBUG : forgetting directory cache 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate(0x199fcf6ff780): _readAt: size=512, off=0 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate(0x199fcf6ff780): openPending: 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/TestRWCacheUpdate" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-fajidof8xuti/TestRWCacheUpdate 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-02 05:21:18 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-02 05:20:18 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-02 05:21:18 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-02 05:20:18 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/02 06:11:23 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/02 06:11:23 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate(0x199fcf6ff780): >openPending: err= 2026/05/02 06:11:23 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate(0x199fcf6ff780): >_readAt: n=24, err=EOF 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate(0x199fcf6ff780): close: 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-02 05:21:18 +0000 UTC 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate(0x199fcf6ff780): >close: err= 2026/05/02 06:11:23 DEBUG : Re-reading directory (109.417293ms old) 2026/05/02 06:11:23 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/02 06:11:23 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:23 DEBUG : Looking for writers 2026/05/02 06:11:23 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/02 06:11:23 DEBUG : >WaitForWriters: 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.30s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:23 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:23 DEBUG : forgetting directory cache 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:23 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:23 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:23 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/02 06:11:23 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:23 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:23 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:23 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:23 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:23 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/02 06:11:23 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:23 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/02 06:11:24 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:24 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:24 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:24 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:24 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:24 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:24 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:24 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/02 06:11:24 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/02 06:11:24 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/02 06:11:24 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:24 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/02 06:11:24 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:24 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/02 06:11:24 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/02 06:11:24 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/02 06:11:24 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:24 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/FiLeA" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-fajidof8xuti/FiLeA 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:24 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:24 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/02 06:11:25 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/02 06:11:25 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/02 06:11:25 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FiLeB" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fajidof8xuti/FiLeB 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/02 06:11:25 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/02 06:11:25 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/02 06:11:25 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/FilEb" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-fajidof8xuti/FilEb 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/02 06:11:25 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/02 06:11:25 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/02 06:11:25 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/02 06:11:25 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/02 06:11:25 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:25 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:25 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:25 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/02 06:11:25 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/02 06:11:25 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/02 06:11:25 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/02 06:11:25 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:25 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:25 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:25 DEBUG : Looking for writers 2026/05/02 06:11:25 DEBUG : FiLeA: reading active writers 2026/05/02 06:11:25 DEBUG : FiLeB: reading active writers 2026/05/02 06:11:25 DEBUG : FilEb: reading active writers 2026/05/02 06:11:25 DEBUG : >WaitForWriters: 2026/05/02 06:11:25 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:25 DEBUG : Looking for writers 2026/05/02 06:11:25 DEBUG : FiLeB: reading active writers 2026/05/02 06:11:25 DEBUG : FilEb: reading active writers 2026/05/02 06:11:25 DEBUG : FiLeA: reading active writers 2026/05/02 06:11:25 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.97s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/normal name with no special characters.txt" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/normal\ name\ with\ no\ special\ characters.txt 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/normal\ name\ with\ no\ special\ characters.txt" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fajidof8xuti/normal name with no special characters.txt 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/normal name with no special characters.txt" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/normal\ name\ with\ no\ special\ characters.txt 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/normal\ name\ with\ no\ special\ characters.txt" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-fajidof8xuti/normal name with no special characters.txt 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/測試_Русский___ě_áñ" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/測試_Русский___ě_áñ 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/測試_Русский___ě_áñ" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fajidof8xuti/測試_Русский___ě_áñ 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/測試_Русский___ě_áñ" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/測試_Русский___ě_áñ 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/測試_Русский___ě_áñ" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-fajidof8xuti/測試_Русский___ě_áñ 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/02 06:11:25 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/normal name with no special characters.txt" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/normal\ name\ with\ no\ special\ characters.txt 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/normal\ name\ with\ no\ special\ characters.txt" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fajidof8xuti/normal name with no special characters.txt 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:25 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:25 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/測試_Русский___ě_áñ" 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/測試_Русский___ě_áñ 2026/05/02 06:11:25 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/測試_Русский___ě_áñ" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fajidof8xuti/測試_Русский___ě_áñ 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/02 06:11:26 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:26 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/02 06:11:26 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/02 06:11:26 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/02 06:11:26 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:26 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:26 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:26 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:26 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:26 DEBUG : Looking for writers 2026/05/02 06:11:26 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/02 06:11:26 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/02 06:11:26 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.70s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:26 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Reusing VFS from active cache 2026/05/02 06:11:26 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:26 DEBUG : Looking for writers 2026/05/02 06:11:26 DEBUG : >WaitForWriters: 2026/05/02 06:11:26 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:26 DEBUG : Looking for writers 2026/05/02 06:11:26 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:26 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:26 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:26 DEBUG : Looking for writers 2026/05/02 06:11:26 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:26 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:26 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:26 DEBUG : Looking for writers 2026/05/02 06:11:26 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:26 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/02 06:11:26 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:26 DEBUG : dir: Looking for writers 2026/05/02 06:11:26 DEBUG : file2: reading active writers 2026/05/02 06:11:26 DEBUG : Looking for writers 2026/05/02 06:11:26 DEBUG : dir: reading active writers 2026/05/02 06:11:26 DEBUG : file1: reading active writers 2026/05/02 06:11:26 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:26 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:26 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:26 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/02 06:11:27 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:27 DEBUG : dir: Looking for writers 2026/05/02 06:11:27 DEBUG : Looking for writers 2026/05/02 06:11:27 DEBUG : dir: reading active writers 2026/05/02 06:11:27 DEBUG : file1: reading active writers 2026/05/02 06:11:27 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.54s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:27 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/02 06:11:27 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:27 DEBUG : file1: Open: flags=O_RDONLY 2026/05/02 06:11:27 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/02 06:11:27 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/02 06:11:27 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:27 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:27 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/02 06:11:27 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (0 bytes), uploading instead of streaming 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/new_file.txt" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/new_file.txt 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/new_file.txt" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/dir/new_file.txt 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/02 06:11:27 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/02 06:11:27 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/02 06:11:27 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:27 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/02 06:11:27 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:27 DEBUG : dir: Looking for writers 2026/05/02 06:11:27 DEBUG : file2: reading active writers 2026/05/02 06:11:27 DEBUG : new_file.txt: reading active writers 2026/05/02 06:11:27 DEBUG : Looking for writers 2026/05/02 06:11:27 DEBUG : dir: reading active writers 2026/05/02 06:11:27 DEBUG : file1: reading active writers 2026/05/02 06:11:27 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:27 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file2" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fajidof8xuti/dir/file2 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/02 06:11:27 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/02 06:11:27 DEBUG : dir/file1: Updating file with dir/file1 0x199fcf4135f0 2026/05/02 06:11:27 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/02 06:11:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/dir/file1" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fajidof8xuti/dir/file1 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:27 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/02 06:11:27 INFO : dir/file1: Moved (server-side) to: file0 2026/05/02 06:11:27 DEBUG : file0: Updating file with file0 0x199fcf4135f0 2026/05/02 06:11:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/02 06:11:27 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file0" 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file0 2026/05/02 06:11:27 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file0" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fajidof8xuti/file0 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:28 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file0" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file0 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file0" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fajidof8xuti/file0 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:28 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/02 06:11:28 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:28 DEBUG : dir: Looking for writers 2026/05/02 06:11:28 DEBUG : Looking for writers 2026/05/02 06:11:28 DEBUG : dir: reading active writers 2026/05/02 06:11:28 DEBUG : file0: reading active writers 2026/05/02 06:11:28 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.69s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:28 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Server has VFS statistics extension 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: About path "/rclone-test-fajidof8xuti" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: About path "/rclone-test-fajidof8xuti" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: About using shell command for shell type "unix" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: df -k /rclone-test-fajidof8xuti 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-fajidof8xuti" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 60467844 90305164 38% / 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:28 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:28 DEBUG : Looking for writers 2026/05/02 06:11:28 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.11s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:28 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: 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/02 06:11:28 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: 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/02 06:11:28 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:28 DEBUG : d: Looking for writers 2026/05/02 06:11:28 DEBUG : Looking for writers 2026/05/02 06:11:28 DEBUG : a: Looking for writers 2026/05/02 06:11:28 DEBUG : b: Looking for writers 2026/05/02 06:11:28 DEBUG : c: Looking for writers 2026/05/02 06:11:28 DEBUG : Looking for writers 2026/05/02 06:11:28 DEBUG : c: reading active writers 2026/05/02 06:11:28 DEBUG : d: reading active writers 2026/05/02 06:11:28 DEBUG : /: reading active writers 2026/05/02 06:11:28 DEBUG : a: reading active writers 2026/05/02 06:11:28 DEBUG : b: reading active writers 2026/05/02 06:11:28 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.30s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:28 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/02 06:11:28 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/02 06:11:28 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/02 06:11:28 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/02 06:11:28 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:28 DEBUG : a/b/c/d: Looking for writers 2026/05/02 06:11:28 DEBUG : a/b/c: Looking for writers 2026/05/02 06:11:28 DEBUG : d: reading active writers 2026/05/02 06:11:28 DEBUG : a/b: Looking for writers 2026/05/02 06:11:28 DEBUG : c: reading active writers 2026/05/02 06:11:28 DEBUG : a: Looking for writers 2026/05/02 06:11:28 DEBUG : b: reading active writers 2026/05/02 06:11:28 DEBUG : Looking for writers 2026/05/02 06:11:28 DEBUG : a: reading active writers 2026/05/02 06:11:28 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.06s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:28 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:28 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:28 DEBUG : Looking for writers 2026/05/02 06:11:28 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:28 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:28 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:28 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:28 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/02 06:11:28 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/02 06:11:28 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (5 bytes), uploading instead of streaming 2026/05/02 06:11:28 DEBUG : file1: size = 5 OK 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:28 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:28 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:11:28 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:28 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:28 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:29 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/02 06:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:29 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/02 06:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/02 06:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (0 bytes), uploading instead of streaming 2026/05/02 06:11:29 DEBUG : file1: size = 0 OK 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:29 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:29 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/02 06:11:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/02 06:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (7 bytes), uploading instead of streaming 2026/05/02 06:11:29 DEBUG : file1: size = 7 OK 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:29 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:29 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/02 06:11:29 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/02 06:11:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:29 DEBUG : Looking for writers 2026/05/02 06:11:29 DEBUG : file1: reading active writers 2026/05/02 06:11:29 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.57s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:29 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:29 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/02 06:11:30 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/02 06:11:30 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/02 06:11:30 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (11 bytes), uploading instead of streaming 2026/05/02 06:11:30 DEBUG : file1: size = 11 OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:30 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:30 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/02 06:11:30 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:30 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:30 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/02 06:11:30 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:30 DEBUG : Looking for writers 2026/05/02 06:11:30 DEBUG : file1: reading active writers 2026/05/02 06:11:30 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.34s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:30 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (5 bytes), uploading instead of streaming 2026/05/02 06:11:30 DEBUG : file1: size = 5 OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:30 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/02 06:11:30 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/02 06:11:30 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/02 06:11:30 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:30 DEBUG : Looking for writers 2026/05/02 06:11:30 DEBUG : file1: reading active writers 2026/05/02 06:11:30 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:30 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : file1: WriteFileHandle.Release closing 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (0 bytes), uploading instead of streaming 2026/05/02 06:11:30 DEBUG : file1: size = 0 OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:30 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:30 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/02 06:11:30 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/02 06:11:30 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:30 DEBUG : Looking for writers 2026/05/02 06:11:30 DEBUG : file1: reading active writers 2026/05/02 06:11:30 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.14s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:30 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (2 bytes), uploading instead of streaming 2026/05/02 06:11:30 DEBUG : file1: size = 2 OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:30 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/02 06:11:30 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/02 06:11:30 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:30 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:30 DEBUG : Looking for writers 2026/05/02 06:11:30 DEBUG : file1: reading active writers 2026/05/02 06:11:30 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.13s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:30 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:30 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (0 bytes), uploading instead of streaming 2026/05/02 06:11:31 DEBUG : file1: size = 0 OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/02 06:11:31 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/02 06:11:31 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:31 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:31 DEBUG : file1: Open: flags=O_RDONLY 2026/05/02 06:11:31 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/02 06:11:31 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/02 06:11:31 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:31 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:31 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:31 DEBUG : Looking for writers 2026/05/02 06:11:31 DEBUG : file1: reading active writers 2026/05/02 06:11:31 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.15s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:31 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/02 06:11:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/02 06:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:31 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/02 06:11:31 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/02 06:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: File to upload is small (100 bytes), uploading instead of streaming 2026/05/02 06:11:31 DEBUG : file1: size = 100 OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/file1" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: bb61943258b3d9001b2fec028472b0b7 /rclone-test-fajidof8xuti/file1 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : file1: Parsed hash: bb61943258b3d9001b2fec028472b0b7 2026/05/02 06:11:31 DEBUG : file1: md5 = bb61943258b3d9001b2fec028472b0b7 OK 2026/05/02 06:11:31 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/02 06:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/02 06:11:31 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/02 06:11:31 DEBUG : file1: Open: flags=O_RDONLY 2026/05/02 06:11:31 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/02 06:11:31 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/02 06:11:31 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:31 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:31 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:31 DEBUG : Looking for writers 2026/05/02 06:11:31 DEBUG : file1: reading active writers 2026/05/02 06:11:31 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:31 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f000.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f000.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f000.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-fajidof8xuti/flat/f000.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f000.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/flat/f000.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/flat/f000.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-fajidof8xuti/flat/f000.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f001.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f001.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f001.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-fajidof8xuti/flat/f001.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f001.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/flat/f001.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/flat/f001.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-fajidof8xuti/flat/f001.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f002.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f002.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f002.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-fajidof8xuti/flat/f002.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f002.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/flat/f002.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/flat/f002.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-fajidof8xuti/flat/f002.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:31 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f003.txt" 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f003.txt 2026/05/02 06:11:31 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f003.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-fajidof8xuti/flat/f003.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f003.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/flat/f003.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/flat/f003.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-fajidof8xuti/flat/f003.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f004.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f004.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f004.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-fajidof8xuti/flat/f004.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f004.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: sha1sum /rclone-test-fajidof8xuti/flat/f004.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fajidof8xuti/flat/f004.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-fajidof8xuti/flat/f004.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/02 06:11:32 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/02 06:11:32 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/02 06:11:32 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:32 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f000.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f000.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f000.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-fajidof8xuti/flat/f000.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/02 06:11:32 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/02 06:11:32 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/02 06:11:32 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:32 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f001.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f001.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f001.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-fajidof8xuti/flat/f001.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/02 06:11:32 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/02 06:11:32 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/02 06:11:32 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:32 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f002.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f002.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f002.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-fajidof8xuti/flat/f002.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/02 06:11:32 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/02 06:11:32 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/02 06:11:32 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:32 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f003.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f003.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f003.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-fajidof8xuti/flat/f003.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/02 06:11:32 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/02 06:11:32 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/02 06:11:32 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:32 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/flat/f004.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/flat/f004.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/flat/f004.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-fajidof8xuti/flat/f004.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/02 06:11:32 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:32 DEBUG : flat: Looking for writers 2026/05/02 06:11:32 DEBUG : f000.txt: reading active writers 2026/05/02 06:11:32 DEBUG : f001.txt: reading active writers 2026/05/02 06:11:32 DEBUG : f002.txt: reading active writers 2026/05/02 06:11:32 DEBUG : f003.txt: reading active writers 2026/05/02 06:11:32 DEBUG : f004.txt: reading active writers 2026/05/02 06:11:32 DEBUG : Looking for writers 2026/05/02 06:11:32 DEBUG : flat: reading active writers 2026/05/02 06:11:32 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.60s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:32 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:32 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/02 06:11:32 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/02 06:11:32 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:32 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/a/b/c/deep.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/a/b/c/deep.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/a/b/c/deep.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-fajidof8xuti/a/b/c/deep.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:32 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/02 06:11:32 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/02 06:11:32 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/02 06:11:32 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:32 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/a/b/mid.txt" 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/a/b/mid.txt 2026/05/02 06:11:32 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/a/b/mid.txt" 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-fajidof8xuti/a/b/mid.txt 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:33 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/02 06:11:33 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/02 06:11:33 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/02 06:11:33 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:33 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/a/top.txt" 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/a/top.txt 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/a/top.txt" 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-fajidof8xuti/a/top.txt 2026/05/02 06:11:33 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:33 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/02 06:11:33 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:33 DEBUG : a/b/c: Looking for writers 2026/05/02 06:11:33 DEBUG : deep.txt: reading active writers 2026/05/02 06:11:33 DEBUG : a/b: Looking for writers 2026/05/02 06:11:33 DEBUG : c: reading active writers 2026/05/02 06:11:33 DEBUG : mid.txt: reading active writers 2026/05/02 06:11:33 DEBUG : a: Looking for writers 2026/05/02 06:11:33 DEBUG : top.txt: reading active writers 2026/05/02 06:11:33 DEBUG : b: reading active writers 2026/05/02 06:11:33 DEBUG : Looking for writers 2026/05/02 06:11:33 DEBUG : a: reading active writers 2026/05/02 06:11:33 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.35s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:33 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/bigdir/big.bin" 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/bigdir/big.bin 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/bigdir/big.bin" 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: cc7f7e73747df2d798b3b94950740e29 /rclone-test-fajidof8xuti/bigdir/big.bin 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:34 DEBUG : bigdir/big.bin: Parsed hash: cc7f7e73747df2d798b3b94950740e29 2026/05/02 06:11:34 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:34 DEBUG : bigdir: Looking for writers 2026/05/02 06:11:34 DEBUG : big.bin: reading active writers 2026/05/02 06:11:34 DEBUG : Looking for writers 2026/05/02 06:11:34 DEBUG : bigdir: reading active writers 2026/05/02 06:11:34 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (1.54s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-fajidof8xuti", Local "Local file system at /tmp/rclone45306577", Modify Window "1s" 2026/05/02 06:11:34 INFO : sftp://rclone@:22/rclone-test-fajidof8xuti: poll-interval is not supported by this remote 2026/05/02 06:11:34 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/02 06:11:34 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/02 06:11:34 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:34 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir1/a.txt" 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir1/a.txt 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir1/a.txt" 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-fajidof8xuti/dir1/a.txt 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:34 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/02 06:11:34 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/02 06:11:34 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/02 06:11:34 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:34 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir2/b.txt" 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir2/b.txt 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir2/b.txt" 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: 415290769594460e2e485922904f345d /rclone-test-fajidof8xuti/dir2/b.txt 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:34 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/02 06:11:34 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/02 06:11:34 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/02 06:11:34 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/02 06:11:34 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Shell path "/rclone-test-fajidof8xuti/dir3/c.txt" 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: creating additional session 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Running remote command: md5sum /rclone-test-fajidof8xuti/dir3/c.txt 2026/05/02 06:11:34 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fajidof8xuti/dir3/c.txt" 2026/05/02 06:11:35 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: command exited OK 2026/05/02 06:11:35 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-fajidof8xuti/dir3/c.txt 2026/05/02 06:11:35 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: ssh external: close 2026/05/02 06:11:35 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/02 06:11:35 DEBUG : WaitForWriters: timeout=30s 2026/05/02 06:11:35 DEBUG : dir1: Looking for writers 2026/05/02 06:11:35 DEBUG : a.txt: reading active writers 2026/05/02 06:11:35 DEBUG : dir2: Looking for writers 2026/05/02 06:11:35 DEBUG : b.txt: reading active writers 2026/05/02 06:11:35 DEBUG : dir3: Looking for writers 2026/05/02 06:11:35 DEBUG : c.txt: reading active writers 2026/05/02 06:11:35 DEBUG : Looking for writers 2026/05/02 06:11:35 DEBUG : dir1: reading active writers 2026/05/02 06:11:35 DEBUG : dir2: reading active writers 2026/05/02 06:11:35 DEBUG : dir3: reading active writers 2026/05/02 06:11:35 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.30s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/02 06:11:35 DEBUG : sftp://rclone@:22/rclone-test-fajidof8xuti: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 50.098561415s (try 1/5)