"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/04 01:57:32 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-xuvemut2gewa" 2026/05/04 01:57:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/04 01:57:32 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/04 01:57:32 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/04 01:57:32 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/04 01:57:32 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/04 01:57:32 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/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: 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/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell type "unix" from config 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Relative path resolved to "/rclone-test-xuvemut2gewa" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Using root directory "/rclone-test-xuvemut2gewa" 2026/05/04 01:57:32 DEBUG : Creating backend with remote "/tmp/rclone1037983189" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:32 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:32 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:32 DEBUG : dir: Looking for writers 2026/05/04 01:57:32 DEBUG : Looking for writers 2026/05/04 01:57:32 DEBUG : dir: reading active writers 2026/05/04 01:57:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.24s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:32 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:32 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:32 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:32 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/04 01:57:33 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:33 DEBUG : dir/subdir: Looking for writers 2026/05/04 01:57:33 DEBUG : dir: Looking for writers 2026/05/04 01:57:33 DEBUG : subdir: reading active writers 2026/05/04 01:57:33 DEBUG : file1: reading active writers 2026/05/04 01:57:33 DEBUG : file2: reading active writers 2026/05/04 01:57:33 DEBUG : Looking for writers 2026/05/04 01:57:33 DEBUG : dir: reading active writers 2026/05/04 01:57:33 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.64s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:33 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:33 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:33 DEBUG : dir: Looking for writers 2026/05/04 01:57:33 DEBUG : file1: reading active writers 2026/05/04 01:57:33 DEBUG : Looking for writers 2026/05/04 01:57:33 DEBUG : dir: reading active writers 2026/05/04 01:57:33 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.19s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:33 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:33 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:33 DEBUG : dir: Looking for writers 2026/05/04 01:57:33 DEBUG : Looking for writers 2026/05/04 01:57:33 DEBUG : dir: reading active writers 2026/05/04 01:57:33 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.23s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:33 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:33 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:33 DEBUG : forgetting directory cache 2026/05/04 01:57:33 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:33 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:33 DEBUG : Looking for writers 2026/05/04 01:57:33 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.24s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:33 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:33 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:34 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/04 01:57:34 DEBUG : dir: invalidating directory cache 2026/05/04 01:57:34 DEBUG : >ForgetPath: 2026/05/04 01:57:34 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/04 01:57:34 DEBUG : invalidating directory cache 2026/05/04 01:57:34 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:34 DEBUG : >ForgetPath: 2026/05/04 01:57:34 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/04 01:57:34 DEBUG : >ForgetPath: 2026/05/04 01:57:34 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:34 DEBUG : dir: Looking for writers 2026/05/04 01:57:34 DEBUG : Looking for writers 2026/05/04 01:57:34 DEBUG : dir: reading active writers 2026/05/04 01:57:34 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.24s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:34 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: 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/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/fil/a/b/c" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/fil/a/b/c 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/fil/a/b/c" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-xuvemut2gewa/fil/a/b/c 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/fil/a/b/c" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/fil/a/b/c 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/fil/a/b/c" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-xuvemut2gewa/fil/a/b/c 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:34 DEBUG : forgetting directory cache 2026/05/04 01:57:34 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:34 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:34 DEBUG : dir: Looking for writers 2026/05/04 01:57:34 DEBUG : fil/a/b: Looking for writers 2026/05/04 01:57:34 DEBUG : fil/a: Looking for writers 2026/05/04 01:57:34 DEBUG : b: reading active writers 2026/05/04 01:57:34 DEBUG : fil: Looking for writers 2026/05/04 01:57:34 DEBUG : a: reading active writers 2026/05/04 01:57:34 DEBUG : Looking for writers 2026/05/04 01:57:34 DEBUG : dir: reading active writers 2026/05/04 01:57:34 DEBUG : fil: reading active writers 2026/05/04 01:57:34 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.76s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:34 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:34 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:35 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:35 DEBUG : dir: Looking for writers 2026/05/04 01:57:35 DEBUG : Looking for writers 2026/05/04 01:57:35 DEBUG : dir: reading active writers 2026/05/04 01:57:35 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:35 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:35 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:35 DEBUG : dir: Looking for writers 2026/05/04 01:57:35 DEBUG : file1: reading active writers 2026/05/04 01:57:35 DEBUG : Looking for writers 2026/05/04 01:57:35 DEBUG : dir: reading active writers 2026/05/04 01:57:35 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:35 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/subdir/file3" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xuvemut2gewa/dir/subdir/file3 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/04 01:57:35 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/04 01:57:35 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/04 01:57:35 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/04 01:57:35 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/04 01:57:35 DEBUG : Waiting for deletions to finish 2026/05/04 01:57:35 INFO : dir/subdir/file3: Deleted 2026/05/04 01:57:35 DEBUG : removing 1 level 2 directories 2026/05/04 01:57:35 INFO : dir/subdir: Removing directory 2026/05/04 01:57:35 DEBUG : dir: invalidating directory cache 2026/05/04 01:57:35 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/04 01:57:35 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/04 01:57:35 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/04 01:57:35 DEBUG : dir/file1: Reset virtual modtime 2026/05/04 01:57:35 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/04 01:57:35 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/04 01:57:35 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/04 01:57:35 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/04 01:57:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:35 DEBUG : dir: invalidating directory cache 2026/05/04 01:57:35 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/04 01:57:35 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/04 01:57:35 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/04 01:57:35 DEBUG : forgetting directory cache 2026/05/04 01:57:35 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:35 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/04 01:57:35 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:35 DEBUG : dir/virtualDir: Looking for writers 2026/05/04 01:57:35 DEBUG : dir: Looking for writers 2026/05/04 01:57:35 DEBUG : file1: reading active writers 2026/05/04 01:57:35 DEBUG : virtualFile2: reading active writers 2026/05/04 01:57:35 DEBUG : virtualFile: reading active writers 2026/05/04 01:57:35 DEBUG : virtualDir: reading active writers 2026/05/04 01:57:35 DEBUG : Looking for writers 2026/05/04 01:57:35 DEBUG : dir: reading active writers 2026/05/04 01:57:35 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.64s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:35 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:35 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:36 ERROR : dir/: Can only open directories read only 2026/05/04 01:57:36 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:36 DEBUG : dir: Looking for writers 2026/05/04 01:57:36 DEBUG : Looking for writers 2026/05/04 01:57:36 DEBUG : dir: reading active writers 2026/05/04 01:57:36 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:36 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:36 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:57:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/04 01:57:36 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/04 01:57:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/04 01:57:36 DEBUG : dir/potato: size = 5 OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/potato" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/potato 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/potato" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/dir/potato 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:36 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:57:36 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:57:36 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/04 01:57:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/04 01:57:36 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:36 DEBUG : dir: Looking for writers 2026/05/04 01:57:36 DEBUG : file1: reading active writers 2026/05/04 01:57:36 DEBUG : potato: reading active writers 2026/05/04 01:57:36 DEBUG : Looking for writers 2026/05/04 01:57:36 DEBUG : dir: reading active writers 2026/05/04 01:57:36 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.42s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:36 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:36 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:36 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:37 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:37 DEBUG : dir/sub: Looking for writers 2026/05/04 01:57:37 DEBUG : dir: Looking for writers 2026/05/04 01:57:37 DEBUG : file1: reading active writers 2026/05/04 01:57:37 DEBUG : sub: reading active writers 2026/05/04 01:57:37 DEBUG : Looking for writers 2026/05/04 01:57:37 DEBUG : dir: reading active writers 2026/05/04 01:57:37 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.54s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:37 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:37 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/04 01:57:37 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:37 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:37 DEBUG : dir/sub/subsub: Looking for writers 2026/05/04 01:57:37 DEBUG : dir/sub: Looking for writers 2026/05/04 01:57:37 DEBUG : subsub: reading active writers 2026/05/04 01:57:37 DEBUG : dir: Looking for writers 2026/05/04 01:57:37 DEBUG : file1: reading active writers 2026/05/04 01:57:37 DEBUG : sub: reading active writers 2026/05/04 01:57:37 DEBUG : Looking for writers 2026/05/04 01:57:37 DEBUG : dir: reading active writers 2026/05/04 01:57:37 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.44s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:37 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:37 ERROR : dir/: Dir.Remove not empty 2026/05/04 01:57:37 DEBUG : dir/file1: Remove: 2026/05/04 01:57:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:37 DEBUG : dir/file1: >Remove: err= 2026/05/04 01:57:37 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/04 01:57:37 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:37 DEBUG : Looking for writers 2026/05/04 01:57:37 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.22s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:37 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:37 DEBUG : dir/file1: Remove: 2026/05/04 01:57:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:37 DEBUG : dir/file1: >Remove: err= 2026/05/04 01:57:37 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/04 01:57:37 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:37 DEBUG : Looking for writers 2026/05/04 01:57:37 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.23s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:37 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:37 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:38 DEBUG : dir/file1: Remove: 2026/05/04 01:57:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:38 DEBUG : dir/file1: >Remove: err= 2026/05/04 01:57:38 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:38 DEBUG : dir: Looking for writers 2026/05/04 01:57:38 DEBUG : Looking for writers 2026/05/04 01:57:38 DEBUG : dir: reading active writers 2026/05/04 01:57:38 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.34s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:38 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file3" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file3 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file3" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xuvemut2gewa/dir/file3 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file3" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file3 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file3" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xuvemut2gewa/dir/file3 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:38 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/04 01:57:38 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/04 01:57:38 DEBUG : dir: Updating dir with dir2 0x1e7eb7b260d0 2026/05/04 01:57:38 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:38 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/04 01:57:38 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file1" 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir2/file1 2026/05/04 01:57:38 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir2/file1" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir2/file1 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file1" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir2/file1 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir2/file1" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir2/file1 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/04 01:57:39 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/04 01:57:39 DEBUG : file2: Updating file with file2 0x1e7eb799d860 2026/05/04 01:57:39 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:39 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file2" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file2 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file2" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/file2 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file2" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file2 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file2" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/file2 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/04 01:57:39 INFO : dir2/file3: Deleted 2026/05/04 01:57:39 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/04 01:57:39 DEBUG : dir2/file3: Updating file with dir2/file3 0x1e7eb799d860 2026/05/04 01:57:39 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/04 01:57:39 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:39 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:39 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir2/file3" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir2/file3 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:40 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:40 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/04 01:57:40 DEBUG : empty directory: Updating dir with renamed empty directory 0x1e7eb799dc70 2026/05/04 01:57:40 DEBUG : empty directory: forgetting directory cache 2026/05/04 01:57:40 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/04 01:57:40 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/04 01:57:40 DEBUG : dir2: Renaming to "dir3" 2026/05/04 01:57:40 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:40 DEBUG : dir3: Looking for writers 2026/05/04 01:57:40 DEBUG : file3: reading active writers 2026/05/04 01:57:40 DEBUG : renamed empty directory: Looking for writers 2026/05/04 01:57:40 DEBUG : Looking for writers 2026/05/04 01:57:40 DEBUG : dir3: reading active writers 2026/05/04 01:57:40 DEBUG : renamed empty directory: reading active writers 2026/05/04 01:57:40 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.76s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:40 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:40 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/04 01:57:40 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:57:40 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:57:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/04 01:57:40 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/04 01:57:40 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/04 01:57:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/04 01:57:40 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:57:40 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:57:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/04 01:57:40 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/04 01:57:40 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/04 01:57:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (12 bytes), uploading instead of streaming 2026/05/04 01:57:40 DEBUG : dir/sub/file2: size = 12 OK 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/sub/file2" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/sub/file2 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/sub/file2" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-xuvemut2gewa/dir/sub/file2 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:40 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/04 01:57:40 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/04 01:57:40 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/04 01:57:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/04 01:57:40 DEBUG : forgetting directory cache 2026/05/04 01:57:40 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:40 DEBUG : dir/sub: forgetting directory cache 2026/05/04 01:57:40 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/04 01:57:40 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/04 01:57:40 DEBUG : dir/sub/file0: size = 5 OK 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/sub/file0" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/sub/file0 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/sub/file0" 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/dir/sub/file0 2026/05/04 01:57:40 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:40 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:57:40 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:57:40 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/04 01:57:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/04 01:57:40 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:40 DEBUG : dir/sub: Looking for writers 2026/05/04 01:57:40 DEBUG : file0: reading active writers 2026/05/04 01:57:40 DEBUG : file2: reading active writers 2026/05/04 01:57:40 DEBUG : dir: Looking for writers 2026/05/04 01:57:40 DEBUG : file1: reading active writers 2026/05/04 01:57:40 DEBUG : sub: reading active writers 2026/05/04 01:57:40 DEBUG : Looking for writers 2026/05/04 01:57:40 DEBUG : dir: reading active writers 2026/05/04 01:57:40 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:40 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:40 DEBUG : forgetting directory cache 2026/05/04 01:57:41 DEBUG : forgetting directory cache 2026/05/04 01:57:41 DEBUG : dir: forgetting directory cache 2026/05/04 01:57:41 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:41 DEBUG : dir: Looking for writers 2026/05/04 01:57:41 DEBUG : Looking for writers 2026/05/04 01:57:41 DEBUG : dir: reading active writers 2026/05/04 01:57:41 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:41 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/04 01:57:41 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:57:41 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/04 01:57:41 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/04 01:57:41 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/04 01:57:41 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:41 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:41 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/04 01:57:41 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:57:41 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/04 01:57:41 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/04 01:57:41 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/04 01:57:41 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:41 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:41 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:41 DEBUG : dir: Looking for writers 2026/05/04 01:57:41 DEBUG : file1: reading active writers 2026/05/04 01:57:41 DEBUG : file1.metadata: reading active writers 2026/05/04 01:57:41 DEBUG : Looking for writers 2026/05/04 01:57:41 DEBUG : dir: reading active writers 2026/05/04 01:57:41 DEBUG : dir.metadata: reading active writers 2026/05/04 01:57:41 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:41 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:41 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:41 DEBUG : dir: Looking for writers 2026/05/04 01:57:41 DEBUG : file1: reading active writers 2026/05/04 01:57:41 DEBUG : Looking for writers 2026/05/04 01:57:41 DEBUG : dir: reading active writers 2026/05/04 01:57:41 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-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:41 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:41 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:42 DEBUG : Can set mod time: true 2026/05/04 01:57:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:42 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:42 DEBUG : dir: Looking for writers 2026/05/04 01:57:42 DEBUG : file1: reading active writers 2026/05/04 01:57:42 DEBUG : Looking for writers 2026/05/04 01:57:42 DEBUG : dir: reading active writers 2026/05/04 01:57:42 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:42 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/04 01:57:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/04 01:57:42 DEBUG : dir/file1: size = 0 OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:57:42 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/04 01:57:42 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/04 01:57:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/04 01:57:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:42 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:42 DEBUG : dir: Looking for writers 2026/05/04 01:57:42 DEBUG : file1: reading active writers 2026/05/04 01:57:42 DEBUG : Looking for writers 2026/05/04 01:57:42 DEBUG : dir: reading active writers 2026/05/04 01:57:42 DEBUG : >WaitForWriters: 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:42 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/04 01:57:42 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:42 DEBUG : dir: Looking for writers 2026/05/04 01:57:42 DEBUG : file1: reading active writers 2026/05/04 01:57:42 DEBUG : Looking for writers 2026/05/04 01:57:42 DEBUG : dir: reading active writers 2026/05/04 01:57:42 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:42 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:42 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/04 01:57:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/04 01:57:43 DEBUG : dir/file1: size = 5 OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:57:43 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:57:43 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/04 01:57:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/04 01:57:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:43 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:43 DEBUG : dir: Looking for writers 2026/05/04 01:57:43 DEBUG : file1: reading active writers 2026/05/04 01:57:43 DEBUG : Looking for writers 2026/05/04 01:57:43 DEBUG : dir: reading active writers 2026/05/04 01:57:43 DEBUG : >WaitForWriters: 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/04 01:57:43 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:43 DEBUG : dir: Looking for writers 2026/05/04 01:57:43 DEBUG : file1: reading active writers 2026/05/04 01:57:43 DEBUG : Looking for writers 2026/05/04 01:57:43 DEBUG : dir: reading active writers 2026/05/04 01:57:43 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:43 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:43 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:43 DEBUG : dir: Looking for writers 2026/05/04 01:57:43 DEBUG : file1: reading active writers 2026/05/04 01:57:43 DEBUG : Looking for writers 2026/05/04 01:57:43 DEBUG : dir: reading active writers 2026/05/04 01:57:43 DEBUG : >WaitForWriters: 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:43 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:43 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:43 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/04 01:57:44 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2ac80): close: 2026/05/04 01:57:44 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2ac80): >close: err= 2026/05/04 01:57:44 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:44 DEBUG : dir: Looking for writers 2026/05/04 01:57:44 DEBUG : file1: reading active writers 2026/05/04 01:57:44 DEBUG : Looking for writers 2026/05/04 01:57:44 DEBUG : dir: reading active writers 2026/05/04 01:57:44 DEBUG : >WaitForWriters: 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:44 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:44 DEBUG : dir: Looking for writers 2026/05/04 01:57:44 DEBUG : file1: reading active writers 2026/05/04 01:57:44 DEBUG : Looking for writers 2026/05/04 01:57:44 DEBUG : dir: reading active writers 2026/05/04 01:57:44 DEBUG : >WaitForWriters: 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:44 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:44 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/04 01:57:44 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2b800): _writeAt: size=5, off=0 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2b800): openPending: 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/04 01:57:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/04 01:57:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2b800): >openPending: err= 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2b800): >_writeAt: n=5, err= 2026/05/04 01:57:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2b800): close: 2026/05/04 01:57:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/04 01:57:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/04 01:57:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/04 01:57:44 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/04 01:57:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/04 01:57:44 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:44 DEBUG : dir/file1(0x1e7eb7e2b800): >close: err= 2026/05/04 01:57:44 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:44 DEBUG : dir: Looking for writers 2026/05/04 01:57:44 DEBUG : file1: reading active writers 2026/05/04 01:57:44 DEBUG : Looking for writers 2026/05/04 01:57:44 DEBUG : dir: reading active writers 2026/05/04 01:57:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:44 DEBUG : dir: Looking for writers 2026/05/04 01:57:44 DEBUG : file1: reading active writers 2026/05/04 01:57:44 DEBUG : Looking for writers 2026/05/04 01:57:44 DEBUG : dir: reading active writers 2026/05/04 01:57:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:44 DEBUG : dir: Looking for writers 2026/05/04 01:57:44 DEBUG : file1: reading active writers 2026/05/04 01:57:44 DEBUG : Looking for writers 2026/05/04 01:57:44 DEBUG : dir: reading active writers 2026/05/04 01:57:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:44 DEBUG : dir: Looking for writers 2026/05/04 01:57:44 DEBUG : file1: reading active writers 2026/05/04 01:57:44 DEBUG : Looking for writers 2026/05/04 01:57:44 DEBUG : dir: reading active writers 2026/05/04 01:57:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:44 DEBUG : dir/file1: vfs cache: starting upload 2026/05/04 01:57:44 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1.2f98c60a.partial" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1.2f98c60a.partial 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1.2f98c60a.partial" 2026/05/04 01:57:44 DEBUG : dir: Looking for writers 2026/05/04 01:57:44 DEBUG : file1: reading active writers 2026/05/04 01:57:44 DEBUG : Looking for writers 2026/05/04 01:57:44 DEBUG : dir: reading active writers 2026/05/04 01:57:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xuvemut2gewa/dir/file1.2f98c60a.partial 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/04 01:57:44 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/04 01:57:44 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/04 01:57:44 INFO : dir/file1: Copied (replaced existing) 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:44 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:44 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/04 01:57:44 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/04 01:57:44 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/04 01:57:44 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/04 01:57:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:44 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/04 01:57:45 DEBUG : dir: Looking for writers 2026/05/04 01:57:45 DEBUG : file1: reading active writers 2026/05/04 01:57:45 DEBUG : Looking for writers 2026/05/04 01:57:45 DEBUG : dir: reading active writers 2026/05/04 01:57:45 DEBUG : >WaitForWriters: 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/04 01:57:45 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:45 DEBUG : dir: Looking for writers 2026/05/04 01:57:45 DEBUG : file1: reading active writers 2026/05/04 01:57:45 DEBUG : Looking for writers 2026/05/04 01:57:45 DEBUG : dir: reading active writers 2026/05/04 01:57:45 DEBUG : >WaitForWriters: 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.23s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.52s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.53s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.43s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.44s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.88s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:45 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/04 01:57:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:45 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:45 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:45 DEBUG : dir: Looking for writers 2026/05/04 01:57:45 DEBUG : file1: reading active writers 2026/05/04 01:57:45 DEBUG : Looking for writers 2026/05/04 01:57:45 DEBUG : dir: reading active writers 2026/05/04 01:57:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/05/04 01:57:45 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/04 01:57:45 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/04 01:57:45 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:45 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/04 01:57:45 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:45 DEBUG : Looking for writers 2026/05/04 01:57:45 DEBUG : file.txt: reading active writers 2026/05/04 01:57:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:45 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (25 bytes), uploading instead of streaming 2026/05/04 01:57:45 DEBUG : dir/file1: size = 25 OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/04 01:57:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/04 01:57:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:45 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:45 DEBUG : dir: Looking for writers 2026/05/04 01:57:45 DEBUG : file1: reading active writers 2026/05/04 01:57:45 DEBUG : Looking for writers 2026/05/04 01:57:45 DEBUG : dir: reading active writers 2026/05/04 01:57:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:45 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:45 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:46 DEBUG : dir/file1: Remove: 2026/05/04 01:57:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:46 DEBUG : dir/file1: >Remove: err= 2026/05/04 01:57:46 DEBUG : dir/file1: Remove: 2026/05/04 01:57:46 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/04 01:57:46 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:46 DEBUG : dir: Looking for writers 2026/05/04 01:57:46 DEBUG : Looking for writers 2026/05/04 01:57:46 DEBUG : dir: reading active writers 2026/05/04 01:57:46 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.22s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:46 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:46 DEBUG : dir/file1: Remove: 2026/05/04 01:57:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:46 DEBUG : dir/file1: >Remove: err= 2026/05/04 01:57:46 DEBUG : dir/file1: Remove: 2026/05/04 01:57:46 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/04 01:57:46 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:46 DEBUG : dir: Looking for writers 2026/05/04 01:57:46 DEBUG : Looking for writers 2026/05/04 01:57:46 DEBUG : dir: reading active writers 2026/05/04 01:57:46 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:46 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/04 01:57:46 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/04 01:57:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/04 01:57:46 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/04 01:57:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/04 01:57:46 DEBUG : dir/file1: Open: flags=0x3 2026/05/04 01:57:46 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/04 01:57:46 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/04 01:57:46 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:46 DEBUG : dir: Looking for writers 2026/05/04 01:57:46 DEBUG : file1: reading active writers 2026/05/04 01:57:46 DEBUG : Looking for writers 2026/05/04 01:57:46 DEBUG : dir: reading active writers 2026/05/04 01:57:46 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:46 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:46 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:46 DEBUG : dir: Looking for writers 2026/05/04 01:57:46 DEBUG : file1: reading active writers 2026/05/04 01:57:46 DEBUG : Looking for writers 2026/05/04 01:57:46 DEBUG : dir: reading active writers 2026/05/04 01:57:46 DEBUG : >WaitForWriters: 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:46 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7dda270 2026/05/04 01:57:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:46 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:47 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/04 01:57:47 DEBUG : dir/file1: Updating file with dir/file1 0x1e7eb7dda270 2026/05/04 01:57:47 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/04 01:57:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/04 01:57:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:47 DEBUG : dir/file1: File is currently open, delaying rename 0x1e7eb7dda270 2026/05/04 01:57:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (25 bytes), uploading instead of streaming 2026/05/04 01:57:47 DEBUG : dir/file1: size = 25 OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:47 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/04 01:57:47 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/04 01:57:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:47 DEBUG : newLeaf: Running delayed rename now 2026/05/04 01:57:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:47 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7dda270 2026/05/04 01:57:47 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:47 DEBUG : dir: Looking for writers 2026/05/04 01:57:47 DEBUG : Looking for writers 2026/05/04 01:57:47 DEBUG : dir: reading active writers 2026/05/04 01:57:47 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:47 DEBUG : >WaitForWriters: 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/04 01:57:47 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:47 DEBUG : dir: Looking for writers 2026/05/04 01:57:47 DEBUG : Looking for writers 2026/05/04 01:57:47 DEBUG : dir: reading active writers 2026/05/04 01:57:47 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:47 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:47 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:47 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:47 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:47 DEBUG : dir: Looking for writers 2026/05/04 01:57:47 DEBUG : file1: reading active writers 2026/05/04 01:57:47 DEBUG : Looking for writers 2026/05/04 01:57:47 DEBUG : dir: reading active writers 2026/05/04 01:57:47 DEBUG : >WaitForWriters: 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:47 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb8266d00 2026/05/04 01:57:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:47 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:48 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/04 01:57:48 DEBUG : dir/file1: Updating file with dir/file1 0x1e7eb8266d00 2026/05/04 01:57:48 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/04 01:57:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:48 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/04 01:57:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:48 DEBUG : dir/file1: File is currently open, delaying rename 0x1e7eb8266d00 2026/05/04 01:57:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (25 bytes), uploading instead of streaming 2026/05/04 01:57:48 DEBUG : dir/file1: size = 25 OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:48 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/04 01:57:48 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/04 01:57:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:48 DEBUG : newLeaf: Running delayed rename now 2026/05/04 01:57:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:48 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb8266d00 2026/05/04 01:57:48 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:48 DEBUG : dir: Looking for writers 2026/05/04 01:57:48 DEBUG : Looking for writers 2026/05/04 01:57:48 DEBUG : dir: reading active writers 2026/05/04 01:57:48 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:48 DEBUG : >WaitForWriters: 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/04 01:57:48 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:48 DEBUG : dir: Looking for writers 2026/05/04 01:57:48 DEBUG : Looking for writers 2026/05/04 01:57:48 DEBUG : dir: reading active writers 2026/05/04 01:57:48 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:48 DEBUG : >WaitForWriters: 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:48 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:48 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:48 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:57:48 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:48 DEBUG : dir/file1(0x1e7eb7e2a280): openPending: 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:48 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/04 01:57:48 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/04 01:57:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:48 DEBUG : dir/file1(0x1e7eb7e2a280): >openPending: err= 2026/05/04 01:57:48 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/04 01:57:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:48 DEBUG : dir/file1(0x1e7eb7e2a280): _writeAt: size=14, off=0 2026/05/04 01:57:48 DEBUG : dir/file1(0x1e7eb7e2a280): >_writeAt: n=14, err= 2026/05/04 01:57:48 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/04 01:57:48 DEBUG : dir/file1(0x1e7eb7e2a280): close: 2026/05/04 01:57:48 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/04 01:57:48 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/04 01:57:48 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:48 DEBUG : dir/file1(0x1e7eb7e2a280): >close: err= 2026/05/04 01:57:48 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:48 DEBUG : dir: Looking for writers 2026/05/04 01:57:48 DEBUG : file1: reading active writers 2026/05/04 01:57:48 DEBUG : Looking for writers 2026/05/04 01:57:48 DEBUG : dir: reading active writers 2026/05/04 01:57:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:48 DEBUG : dir: Looking for writers 2026/05/04 01:57:48 DEBUG : file1: reading active writers 2026/05/04 01:57:48 DEBUG : Looking for writers 2026/05/04 01:57:48 DEBUG : dir: reading active writers 2026/05/04 01:57:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:48 DEBUG : dir: Looking for writers 2026/05/04 01:57:48 DEBUG : file1: reading active writers 2026/05/04 01:57:48 DEBUG : Looking for writers 2026/05/04 01:57:48 DEBUG : dir: reading active writers 2026/05/04 01:57:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:49 DEBUG : dir: Looking for writers 2026/05/04 01:57:49 DEBUG : file1: reading active writers 2026/05/04 01:57:49 DEBUG : Looking for writers 2026/05/04 01:57:49 DEBUG : dir: reading active writers 2026/05/04 01:57:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:49 DEBUG : dir/file1: vfs cache: starting upload 2026/05/04 01:57:49 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1.ca338588.partial" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1.ca338588.partial 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1.ca338588.partial" 2026/05/04 01:57:49 DEBUG : dir: Looking for writers 2026/05/04 01:57:49 DEBUG : file1: reading active writers 2026/05/04 01:57:49 DEBUG : Looking for writers 2026/05/04 01:57:49 DEBUG : dir: reading active writers 2026/05/04 01:57:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1.ca338588.partial 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:49 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/04 01:57:49 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/04 01:57:49 INFO : dir/file1: Copied (replaced existing) 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/04 01:57:49 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/04 01:57:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/04 01:57:49 DEBUG : dir: Looking for writers 2026/05/04 01:57:49 DEBUG : file1: reading active writers 2026/05/04 01:57:49 DEBUG : Looking for writers 2026/05/04 01:57:49 DEBUG : dir: reading active writers 2026/05/04 01:57:49 DEBUG : >WaitForWriters: 2026/05/04 01:57:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:49 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:49 DEBUG : dir/file1(0x1e7eb7b13840): _readAt: size=512, off=0 2026/05/04 01:57:49 DEBUG : dir/file1(0x1e7eb7b13840): openPending: 2026/05/04 01:57:49 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/04 01:57:49 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/04 01:57:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:49 DEBUG : dir/file1(0x1e7eb7b13840): >openPending: err= 2026/05/04 01:57:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/04 01:57:49 DEBUG : dir/file1(0x1e7eb7b13840): >_readAt: n=14, err=EOF 2026/05/04 01:57:49 DEBUG : dir/file1(0x1e7eb7b13840): close: 2026/05/04 01:57:49 DEBUG : dir/file1(0x1e7eb7b13840): >close: err= 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/04 01:57:49 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb8180680 2026/05/04 01:57:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:49 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:49 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/04 01:57:49 DEBUG : dir/file1: Updating file with dir/file1 0x1e7eb8180680 2026/05/04 01:57:49 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/04 01:57:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:49 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:50 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:50 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:50 DEBUG : dir/file1(0x1e7eb7e2b940): openPending: 2026/05/04 01:57:50 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/04 01:57:50 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/04 01:57:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:50 DEBUG : dir/file1(0x1e7eb7e2b940): >openPending: err= 2026/05/04 01:57:50 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/04 01:57:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:50 DEBUG : dir/file1(0x1e7eb7e2b940): _writeAt: size=25, off=0 2026/05/04 01:57:50 DEBUG : dir/file1(0x1e7eb7e2b940): >_writeAt: n=25, err= 2026/05/04 01:57:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:50 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/04 01:57:50 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb8180680 2026/05/04 01:57:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:50 DEBUG : newLeaf(0x1e7eb7e2b940): close: 2026/05/04 01:57:50 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/04 01:57:50 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-04 01:57:50.079529671 +0000 UTC m=+17.960941122 2026/05/04 01:57:50 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:50 DEBUG : newLeaf(0x1e7eb7e2b940): >close: err= 2026/05/04 01:57:50 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:50 DEBUG : newLeaf: vfs cache: starting upload 2026/05/04 01:57:50 DEBUG : newLeaf.b7ff4671.partial: size = 25 OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf.b7ff4671.partial" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf.b7ff4671.partial 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf.b7ff4671.partial" 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf.b7ff4671.partial 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : newLeaf.b7ff4671.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:50 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/04 01:57:50 DEBUG : newLeaf.b7ff4671.partial: renamed to: newLeaf 2026/05/04 01:57:50 INFO : newLeaf: Copied (replaced existing) 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:50 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-04 01:57:50 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/04 01:57:50 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/04 01:57:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:50 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:50 DEBUG : >WaitForWriters: 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/04 01:57:50 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:50 DEBUG : >WaitForWriters: 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:50 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:50 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:50 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:50 DEBUG : dir: Looking for writers 2026/05/04 01:57:50 DEBUG : file1: reading active writers 2026/05/04 01:57:50 DEBUG : Looking for writers 2026/05/04 01:57:50 DEBUG : dir: reading active writers 2026/05/04 01:57:50 DEBUG : >WaitForWriters: 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:50 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:51 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7e391e0 2026/05/04 01:57:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/04 01:57:51 DEBUG : dir/file1: Updating file with dir/file1 0x1e7eb7e391e0 2026/05/04 01:57:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/04 01:57:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:51 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:51 DEBUG : dir/file1(0x1e7eb82cf3c0): openPending: 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/04 01:57:51 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/04 01:57:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:51 DEBUG : dir/file1(0x1e7eb82cf3c0): >openPending: err= 2026/05/04 01:57:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/04 01:57:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:51 DEBUG : dir/file1(0x1e7eb82cf3c0): _writeAt: size=25, off=0 2026/05/04 01:57:51 DEBUG : dir/file1(0x1e7eb82cf3c0): >_writeAt: n=25, err= 2026/05/04 01:57:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/04 01:57:51 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7e391e0 2026/05/04 01:57:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:51 DEBUG : newLeaf(0x1e7eb82cf3c0): close: 2026/05/04 01:57:51 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/04 01:57:51 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-04 01:57:51.607380282 +0000 UTC m=+19.488791733 2026/05/04 01:57:51 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:51 DEBUG : newLeaf(0x1e7eb82cf3c0): >close: err= 2026/05/04 01:57:51 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:51 DEBUG : dir: Looking for writers 2026/05/04 01:57:51 DEBUG : Looking for writers 2026/05/04 01:57:51 DEBUG : dir: reading active writers 2026/05/04 01:57:51 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:51 DEBUG : dir: Looking for writers 2026/05/04 01:57:51 DEBUG : Looking for writers 2026/05/04 01:57:51 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:51 DEBUG : dir: reading active writers 2026/05/04 01:57:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:51 DEBUG : dir: Looking for writers 2026/05/04 01:57:51 DEBUG : Looking for writers 2026/05/04 01:57:51 DEBUG : dir: reading active writers 2026/05/04 01:57:51 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:51 DEBUG : dir: Looking for writers 2026/05/04 01:57:51 DEBUG : Looking for writers 2026/05/04 01:57:51 DEBUG : dir: reading active writers 2026/05/04 01:57:51 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:51 DEBUG : newLeaf: vfs cache: starting upload 2026/05/04 01:57:51 DEBUG : newLeaf.a4f4445a.partial: size = 25 OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf.a4f4445a.partial" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf.a4f4445a.partial 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf.a4f4445a.partial" 2026/05/04 01:57:51 DEBUG : dir: Looking for writers 2026/05/04 01:57:51 DEBUG : Looking for writers 2026/05/04 01:57:51 DEBUG : dir: reading active writers 2026/05/04 01:57:51 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf.a4f4445a.partial 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:51 DEBUG : newLeaf.a4f4445a.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:51 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/04 01:57:51 DEBUG : newLeaf.a4f4445a.partial: renamed to: newLeaf 2026/05/04 01:57:51 INFO : newLeaf: Copied (replaced existing) 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:51 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:52 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-04 01:57:51 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/04 01:57:52 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/04 01:57:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:52 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:52 DEBUG : >WaitForWriters: 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/04 01:57:52 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:52 DEBUG : >WaitForWriters: 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:52 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:52 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:52 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:57:52 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb82ce200): openPending: 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/04 01:57:52 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/04 01:57:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb82ce200): >openPending: err= 2026/05/04 01:57:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/04 01:57:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb82ce200): _writeAt: size=14, off=0 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb82ce200): >_writeAt: n=14, err= 2026/05/04 01:57:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb82ce200): close: 2026/05/04 01:57:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/04 01:57:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/04 01:57:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb82ce200): >close: err= 2026/05/04 01:57:52 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : file1: reading active writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : file1: reading active writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : file1: reading active writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : file1: reading active writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:52 DEBUG : dir/file1: vfs cache: starting upload 2026/05/04 01:57:52 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1.ca338588.partial" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1.ca338588.partial 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1.ca338588.partial" 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : file1: reading active writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1.ca338588.partial 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:52 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/04 01:57:52 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/04 01:57:52 INFO : dir/file1: Copied (replaced existing) 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:52 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/04 01:57:52 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/04 01:57:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:52 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/04 01:57:52 DEBUG : dir: Looking for writers 2026/05/04 01:57:52 DEBUG : file1: reading active writers 2026/05/04 01:57:52 DEBUG : Looking for writers 2026/05/04 01:57:52 DEBUG : dir: reading active writers 2026/05/04 01:57:52 DEBUG : >WaitForWriters: 2026/05/04 01:57:52 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:52 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb81aaac0): _readAt: size=512, off=0 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb81aaac0): openPending: 2026/05/04 01:57:52 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/04 01:57:52 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/04 01:57:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb81aaac0): >openPending: err= 2026/05/04 01:57:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb81aaac0): >_readAt: n=14, err=EOF 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb81aaac0): close: 2026/05/04 01:57:52 DEBUG : dir/file1(0x1e7eb81aaac0): >close: err= 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:52 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/04 01:57:53 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7cde0d0 2026/05/04 01:57:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:53 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:53 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/04 01:57:53 DEBUG : dir/file1: Updating file with dir/file1 0x1e7eb7cde0d0 2026/05/04 01:57:53 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/04 01:57:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:53 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:53 DEBUG : dir/file1(0x1e7eb8227c00): openPending: 2026/05/04 01:57:53 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/04 01:57:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/04 01:57:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:53 DEBUG : dir/file1(0x1e7eb8227c00): >openPending: err= 2026/05/04 01:57:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/04 01:57:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:53 DEBUG : dir/file1(0x1e7eb8227c00): _writeAt: size=25, off=0 2026/05/04 01:57:53 DEBUG : dir/file1(0x1e7eb8227c00): >_writeAt: n=25, err= 2026/05/04 01:57:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/04 01:57:53 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7cde0d0 2026/05/04 01:57:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:53 DEBUG : newLeaf(0x1e7eb8227c00): close: 2026/05/04 01:57:53 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/04 01:57:53 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-04 01:57:53.621212463 +0000 UTC m=+21.502623904 2026/05/04 01:57:53 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:53 DEBUG : newLeaf(0x1e7eb8227c00): >close: err= 2026/05/04 01:57:53 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:53 DEBUG : dir: Looking for writers 2026/05/04 01:57:53 DEBUG : Looking for writers 2026/05/04 01:57:53 DEBUG : dir: reading active writers 2026/05/04 01:57:53 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:53 DEBUG : dir: Looking for writers 2026/05/04 01:57:53 DEBUG : Looking for writers 2026/05/04 01:57:53 DEBUG : dir: reading active writers 2026/05/04 01:57:53 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:53 DEBUG : dir: Looking for writers 2026/05/04 01:57:53 DEBUG : Looking for writers 2026/05/04 01:57:53 DEBUG : dir: reading active writers 2026/05/04 01:57:53 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:53 DEBUG : dir: Looking for writers 2026/05/04 01:57:53 DEBUG : Looking for writers 2026/05/04 01:57:53 DEBUG : dir: reading active writers 2026/05/04 01:57:53 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:53 DEBUG : newLeaf: vfs cache: starting upload 2026/05/04 01:57:53 DEBUG : newLeaf.53fe08fc.partial: size = 25 OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf.53fe08fc.partial" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf.53fe08fc.partial 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf.53fe08fc.partial" 2026/05/04 01:57:53 DEBUG : dir: Looking for writers 2026/05/04 01:57:53 DEBUG : Looking for writers 2026/05/04 01:57:53 DEBUG : dir: reading active writers 2026/05/04 01:57:53 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf.53fe08fc.partial 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:53 DEBUG : newLeaf.53fe08fc.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:53 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/04 01:57:53 DEBUG : newLeaf.53fe08fc.partial: renamed to: newLeaf 2026/05/04 01:57:53 INFO : newLeaf: Copied (replaced existing) 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:53 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:54 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-04 01:57:53 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/04 01:57:54 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/04 01:57:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:54 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/04 01:57:54 DEBUG : dir: Looking for writers 2026/05/04 01:57:54 DEBUG : Looking for writers 2026/05/04 01:57:54 DEBUG : dir: reading active writers 2026/05/04 01:57:54 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:54 DEBUG : >WaitForWriters: 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/04 01:57:54 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:54 DEBUG : dir: Looking for writers 2026/05/04 01:57:54 DEBUG : Looking for writers 2026/05/04 01:57:54 DEBUG : dir: reading active writers 2026/05/04 01:57:54 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:54 DEBUG : >WaitForWriters: 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:54 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:54 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:54 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:54 DEBUG : dir: Looking for writers 2026/05/04 01:57:54 DEBUG : file1: reading active writers 2026/05/04 01:57:54 DEBUG : Looking for writers 2026/05/04 01:57:54 DEBUG : dir: reading active writers 2026/05/04 01:57:54 DEBUG : >WaitForWriters: 2026/05/04 01:57:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:54 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:54 DEBUG : dir/file1(0x1e7eb7a6ab80): _readAt: size=512, off=0 2026/05/04 01:57:54 DEBUG : dir/file1(0x1e7eb7a6ab80): openPending: 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/04 01:57:54 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/04 01:57:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:54 DEBUG : dir/file1(0x1e7eb7a6ab80): >openPending: err= 2026/05/04 01:57:54 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/04 01:57:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:57:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:54 DEBUG : dir/file1(0x1e7eb7a6ab80): >_readAt: n=14, err=EOF 2026/05/04 01:57:54 DEBUG : dir/file1(0x1e7eb7a6ab80): close: 2026/05/04 01:57:54 DEBUG : dir/file1(0x1e7eb7a6ab80): >close: err= 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/04 01:57:54 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7c6da00 2026/05/04 01:57:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:54 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:55 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:55 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/04 01:57:55 DEBUG : dir/file1: Updating file with dir/file1 0x1e7eb7c6da00 2026/05/04 01:57:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/04 01:57:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:57:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:57:55 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:55 DEBUG : dir/file1(0x1e7eb812a900): openPending: 2026/05/04 01:57:55 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/04 01:57:55 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/04 01:57:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:55 DEBUG : dir/file1(0x1e7eb812a900): >openPending: err= 2026/05/04 01:57:55 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/04 01:57:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:55 DEBUG : dir/file1(0x1e7eb812a900): _writeAt: size=25, off=0 2026/05/04 01:57:55 DEBUG : dir/file1(0x1e7eb812a900): >_writeAt: n=25, err= 2026/05/04 01:57:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:57:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/04 01:57:55 DEBUG : newLeaf: Updating file with newLeaf 0x1e7eb7c6da00 2026/05/04 01:57:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:57:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:55 DEBUG : newLeaf(0x1e7eb812a900): close: 2026/05/04 01:57:55 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/04 01:57:55 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-04 01:57:55.459548735 +0000 UTC m=+23.340960216 2026/05/04 01:57:55 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:55 DEBUG : newLeaf(0x1e7eb812a900): >close: err= 2026/05/04 01:57:55 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:55 DEBUG : dir: Looking for writers 2026/05/04 01:57:55 DEBUG : Looking for writers 2026/05/04 01:57:55 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:55 DEBUG : dir: reading active writers 2026/05/04 01:57:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:55 DEBUG : dir: Looking for writers 2026/05/04 01:57:55 DEBUG : Looking for writers 2026/05/04 01:57:55 DEBUG : dir: reading active writers 2026/05/04 01:57:55 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:55 DEBUG : dir: Looking for writers 2026/05/04 01:57:55 DEBUG : Looking for writers 2026/05/04 01:57:55 DEBUG : dir: reading active writers 2026/05/04 01:57:55 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:55 DEBUG : dir: Looking for writers 2026/05/04 01:57:55 DEBUG : Looking for writers 2026/05/04 01:57:55 DEBUG : dir: reading active writers 2026/05/04 01:57:55 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:55 DEBUG : newLeaf: vfs cache: starting upload 2026/05/04 01:57:55 DEBUG : newLeaf.07dc03c9.partial: size = 25 OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf.07dc03c9.partial" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf.07dc03c9.partial 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf.07dc03c9.partial" 2026/05/04 01:57:55 DEBUG : dir: Looking for writers 2026/05/04 01:57:55 DEBUG : Looking for writers 2026/05/04 01:57:55 DEBUG : dir: reading active writers 2026/05/04 01:57:55 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf.07dc03c9.partial 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : newLeaf.07dc03c9.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:55 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/04 01:57:55 DEBUG : newLeaf.07dc03c9.partial: renamed to: newLeaf 2026/05/04 01:57:55 INFO : newLeaf: Copied (replaced existing) 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : dir: Looking for writers 2026/05/04 01:57:55 DEBUG : Looking for writers 2026/05/04 01:57:55 DEBUG : dir: reading active writers 2026/05/04 01:57:55 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:55 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-04 01:57:55 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/04 01:57:55 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/04 01:57:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/04 01:57:55 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/04 01:57:55 DEBUG : >WaitForWriters: 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:55 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/newLeaf" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xuvemut2gewa/newLeaf 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/04 01:57:56 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:56 DEBUG : dir: Looking for writers 2026/05/04 01:57:56 DEBUG : Looking for writers 2026/05/04 01:57:56 DEBUG : dir: reading active writers 2026/05/04 01:57:56 DEBUG : newLeaf: reading active writers 2026/05/04 01:57:56 DEBUG : >WaitForWriters: 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestFileRename (9.65s) --- PASS: TestFileRename/off,forceCache=false (1.09s) --- PASS: TestFileRename/minimal,forceCache=false (1.11s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.53s) --- PASS: TestFileRename/writes,forceCache=true (2.03s) --- PASS: TestFileRename/full,forceCache=false (1.86s) === 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-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:56 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:56 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:56 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:56 DEBUG : Looking for writers 2026/05/04 01:57:56 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-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:56 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/04 01:57:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:56 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:56 DEBUG : dir: Looking for writers 2026/05/04 01:57:56 DEBUG : file1: reading active writers 2026/05/04 01:57:56 DEBUG : Looking for writers 2026/05/04 01:57:56 DEBUG : dir: reading active writers 2026/05/04 01:57:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.33s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:56 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/04 01:57:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/04 01:57:56 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/04 01:57:56 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/04 01:57:56 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/04 01:57:56 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:56 DEBUG : dir: Looking for writers 2026/05/04 01:57:56 DEBUG : file1: reading active writers 2026/05/04 01:57:56 DEBUG : Looking for writers 2026/05/04 01:57:56 DEBUG : dir: reading active writers 2026/05/04 01:57:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.32s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:56 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:56 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/04 01:57:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:56 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/04 01:57:57 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/04 01:57:57 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/04 01:57:57 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/04 01:57:57 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/04 01:57:57 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/04 01:57:57 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/04 01:57:57 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/04 01:57:57 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/04 01:57:57 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/04 01:57:57 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/04 01:57:57 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/04 01:57:57 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/04 01:57:57 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/04 01:57:57 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:57 DEBUG : dir: Looking for writers 2026/05/04 01:57:57 DEBUG : file1: reading active writers 2026/05/04 01:57:57 DEBUG : Looking for writers 2026/05/04 01:57:57 DEBUG : dir: reading active writers 2026/05/04 01:57:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.40s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:57 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/04 01:57:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:57 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:57 DEBUG : dir: Looking for writers 2026/05/04 01:57:57 DEBUG : file1: reading active writers 2026/05/04 01:57:57 DEBUG : Looking for writers 2026/05/04 01:57:57 DEBUG : dir: reading active writers 2026/05/04 01:57:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.34s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:57 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/04 01:57:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:57 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:57 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/04 01:57:57 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:57 DEBUG : dir: Looking for writers 2026/05/04 01:57:57 DEBUG : file1: reading active writers 2026/05/04 01:57:57 DEBUG : Looking for writers 2026/05/04 01:57:57 DEBUG : dir: reading active writers 2026/05/04 01:57:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:57 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:57 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:57 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:58 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): _readAt: size=1, off=0 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): openPending: 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/04 01:57:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/04 01:57:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): >openPending: err= 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): _readAt: size=256, off=1 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): >_readAt: n=15, err=EOF 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): _readAt: size=16, off=16 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): >_readAt: n=0, err=EOF 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): close: 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): >close: err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): close: 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7d6a100): >close: err=file already closed 2026/05/04 01:57:58 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:58 DEBUG : dir: Looking for writers 2026/05/04 01:57:58 DEBUG : file1: reading active writers 2026/05/04 01:57:58 DEBUG : Looking for writers 2026/05/04 01:57:58 DEBUG : dir: reading active writers 2026/05/04 01:57:58 DEBUG : >WaitForWriters: 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:58 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:58 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): _readAt: size=1, off=0 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): openPending: 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/04 01:57:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/04 01:57:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): >openPending: err= 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): _readAt: size=1, off=5 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): _readAt: size=1, off=3 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): _readAt: size=1, off=13 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): _readAt: size=16, off=100 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): >_readAt: n=0, err=EOF 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): close: 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7958fc0): >close: err= 2026/05/04 01:57:58 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:58 DEBUG : dir: Looking for writers 2026/05/04 01:57:58 DEBUG : file1: reading active writers 2026/05/04 01:57:58 DEBUG : Looking for writers 2026/05/04 01:57:58 DEBUG : dir: reading active writers 2026/05/04 01:57:58 DEBUG : >WaitForWriters: 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:58 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:58 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): _readAt: size=1, off=0 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): openPending: 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/04 01:57:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/04 01:57:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >openPending: err= 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): _readAt: size=1, off=5 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): _readAt: size=1, off=1 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >_readAt: n=1, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): _readAt: size=6, off=10 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >_readAt: n=6, err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): _readAt: size=256, off=10 2026/05/04 01:57:58 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >_readAt: n=6, err=EOF 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): _readAt: size=256, off=100 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >_readAt: n=0, err=EOF 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): close: 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >close: err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): _readAt: size=256, off=100 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7e2ae00): >_readAt: n=0, err=file already closed 2026/05/04 01:57:58 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:58 DEBUG : dir: Looking for writers 2026/05/04 01:57:58 DEBUG : file1: reading active writers 2026/05/04 01:57:58 DEBUG : Looking for writers 2026/05/04 01:57:58 DEBUG : dir: reading active writers 2026/05/04 01:57:58 DEBUG : >WaitForWriters: 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:58 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:58 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:58 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7a6bd80): RWFileHandle.Flush 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7a6bd80): _readAt: size=256, off=0 2026/05/04 01:57:58 DEBUG : dir/file1(0x1e7eb7a6bd80): openPending: 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:58 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/04 01:57:59 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/04 01:57:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7a6bd80): >openPending: err= 2026/05/04 01:57:59 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/04 01:57:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:57:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7a6bd80): >_readAt: n=16, err=EOF 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7a6bd80): RWFileHandle.Flush 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7a6bd80): RWFileHandle.Flush 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7a6bd80): close: 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7a6bd80): >close: err= 2026/05/04 01:57:59 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:59 DEBUG : dir: Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : dir: reading active writers 2026/05/04 01:57:59 DEBUG : >WaitForWriters: 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:59 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:57:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:57:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/04 01:57:59 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:57:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:57:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:57:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): _readAt: size=256, off=0 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): openPending: 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:57:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/04 01:57:59 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/04 01:57:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): >openPending: err= 2026/05/04 01:57:59 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/04 01:57:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:57:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:57:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): >_readAt: n=16, err=EOF 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): RWFileHandle.Release 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): close: 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): >close: err= 2026/05/04 01:57:59 DEBUG : dir/file1(0x1e7eb7e2bd80): RWFileHandle.Release 2026/05/04 01:57:59 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:59 DEBUG : dir: Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : dir: reading active writers 2026/05/04 01:57:59 DEBUG : >WaitForWriters: 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:59 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:57:59 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:57:59 DEBUG : file1: newRWFileHandle: 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): openPending: 2026/05/04 01:57:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:57:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): >openPending: err= 2026/05/04 01:57:59 DEBUG : file1: >newRWFileHandle: err= 2026/05/04 01:57:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/04 01:57:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): _writeAt: size=5, off=0 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): >_writeAt: n=5, err= 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): _writeAt: size=7, off=5 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): >_writeAt: n=7, err= 2026/05/04 01:57:59 DEBUG : file1: vfs cache: truncate to size=11 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): close: 2026/05/04 01:57:59 DEBUG : file1: vfs cache: setting modification time to 2026-05-04 01:57:59.373507361 +0000 UTC m=+27.254918843 2026/05/04 01:57:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): >close: err= 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): close: 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb812a7c0): >close: err=file already closed 2026/05/04 01:57:59 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:59 DEBUG : file1: vfs cache: starting upload 2026/05/04 01:57:59 DEBUG : file1.d176a9c3.partial: size = 11 OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1.d176a9c3.partial" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1.d176a9c3.partial 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1.d176a9c3.partial" 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1.d176a9c3.partial 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : file1.d176a9c3.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:57:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/04 01:57:59 DEBUG : file1.d176a9c3.partial: renamed to: file1 2026/05/04 01:57:59 INFO : file1: Copied (new) 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:57:59 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-04 01:57:59 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/04 01:57:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/04 01:57:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:59 INFO : file1: vfs cache: upload succeeded try #1 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : >WaitForWriters: 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xuvemut2gewa/file1 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:57:59 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/04 01:57:59 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : >WaitForWriters: 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:57:59 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:57:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:57:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:57:59 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:57:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:57:59 DEBUG : file1: newRWFileHandle: 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): openPending: 2026/05/04 01:57:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:57:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): >openPending: err= 2026/05/04 01:57:59 DEBUG : file1: >newRWFileHandle: err= 2026/05/04 01:57:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:57:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/04 01:57:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): _writeAt: size=7, off=0 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): >_writeAt: n=7, err= 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): _writeAt: size=6, off=5 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): >_writeAt: n=6, err= 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): close: 2026/05/04 01:57:59 DEBUG : file1: vfs cache: setting modification time to 2026-05-04 01:57:59.890970652 +0000 UTC m=+27.772382103 2026/05/04 01:57:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): >close: err= 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): _writeAt: size=5, off=0 2026/05/04 01:57:59 DEBUG : file1(0x1e7eb7d6bd80): >_writeAt: n=0, err=file already closed 2026/05/04 01:57:59 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:57:59 DEBUG : Looking for writers 2026/05/04 01:57:59 DEBUG : file1: reading active writers 2026/05/04 01:57:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:57:59 DEBUG : file1: vfs cache: starting upload 2026/05/04 01:57:59 DEBUG : file1.9b8b0a12.partial: size = 11 OK 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1.9b8b0a12.partial" 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1.9b8b0a12.partial 2026/05/04 01:57:59 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1.9b8b0a12.partial" 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1.9b8b0a12.partial 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1.9b8b0a12.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:58:00 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/04 01:58:00 DEBUG : file1.9b8b0a12.partial: renamed to: file1 2026/05/04 01:58:00 INFO : file1: Copied (new) 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:58:00 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-04 01:57:59 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/04 01:58:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:00 INFO : file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : >WaitForWriters: 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/04 01:58:00 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : >WaitForWriters: 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:00 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:00 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:00 DEBUG : file1: newRWFileHandle: 2026/05/04 01:58:00 DEBUG : file1(0x1e7eb7f90200): openPending: 2026/05/04 01:58:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:00 DEBUG : file1(0x1e7eb7f90200): >openPending: err= 2026/05/04 01:58:00 DEBUG : file1: >newRWFileHandle: err= 2026/05/04 01:58:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/04 01:58:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/04 01:58:00 DEBUG : file1(0x1e7eb7f90200): close: 2026/05/04 01:58:00 DEBUG : file1: vfs cache: setting modification time to 2026-05-04 01:58:00.412304625 +0000 UTC m=+28.293716066 2026/05/04 01:58:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:00 DEBUG : file1(0x1e7eb7f90200): >close: err= 2026/05/04 01:58:00 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/04 01:58:00 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/04 01:58:00 DEBUG : file2: newRWFileHandle: 2026/05/04 01:58:00 DEBUG : file2(0x1e7eb7f90680): openPending: 2026/05/04 01:58:00 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/04 01:58:00 DEBUG : file2(0x1e7eb7f90680): >openPending: err= 2026/05/04 01:58:00 DEBUG : file2: >newRWFileHandle: err= 2026/05/04 01:58:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/04 01:58:00 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/04 01:58:00 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/04 01:58:00 DEBUG : file2(0x1e7eb7f90680): RWFileHandle.Flush 2026/05/04 01:58:00 DEBUG : file2(0x1e7eb7f90680): RWFileHandle.Release 2026/05/04 01:58:00 DEBUG : file2(0x1e7eb7f90680): close: 2026/05/04 01:58:00 DEBUG : file2: vfs cache: setting modification time to 2026-05-04 01:58:00.413214626 +0000 UTC m=+28.294626077 2026/05/04 01:58:00 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:00 DEBUG : file2(0x1e7eb7f90680): >close: err= 2026/05/04 01:58:00 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : file2: reading active writers 2026/05/04 01:58:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : file2: reading active writers 2026/05/04 01:58:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : file2: reading active writers 2026/05/04 01:58:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : file2: reading active writers 2026/05/04 01:58:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/04 01:58:00 DEBUG : file1: vfs cache: starting upload 2026/05/04 01:58:00 DEBUG : file2: vfs cache: starting upload 2026/05/04 01:58:00 DEBUG : file1.411a438e.partial: size = 0 OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1.411a438e.partial" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1.411a438e.partial 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1.411a438e.partial" 2026/05/04 01:58:00 DEBUG : file2.70f62fc6.partial: size = 0 OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file2.70f62fc6.partial" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file2.70f62fc6.partial 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file2.70f62fc6.partial" 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : file2: reading active writers 2026/05/04 01:58:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file1.411a438e.partial 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1.411a438e.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/04 01:58:00 DEBUG : file1.411a438e.partial: renamed to: file1 2026/05/04 01:58:00 INFO : file1: Copied (new) 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file2.70f62fc6.partial 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file2.70f62fc6.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:00 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/04 01:58:00 DEBUG : file2.70f62fc6.partial: renamed to: file2 2026/05/04 01:58:00 INFO : file2: Copied (new) 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file2" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file2 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file2" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:00 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-04 01:58:00 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/04 01:58:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:00 INFO : file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file2 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:00 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-04 01:58:00 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/04 01:58:00 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/04 01:58:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/04 01:58:00 INFO : file2: vfs cache: upload succeeded try #1 2026/05/04 01:58:00 DEBUG : Looking for writers 2026/05/04 01:58:00 DEBUG : file1: reading active writers 2026/05/04 01:58:00 DEBUG : file2: reading active writers 2026/05/04 01:58:00 DEBUG : >WaitForWriters: 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:00 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file2" 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file2 2026/05/04 01:58:00 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file2" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file2 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file2" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file2 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file2" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xuvemut2gewa/file2 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/04 01:58:01 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : file2: reading active writers 2026/05/04 01:58:01 DEBUG : >WaitForWriters: 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.71s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:01 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:01 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:01 DEBUG : file1: newRWFileHandle: 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): openPending: 2026/05/04 01:58:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): >openPending: err= 2026/05/04 01:58:01 DEBUG : file1: >newRWFileHandle: err= 2026/05/04 01:58:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/04 01:58:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): _writeAt: size=5, off=0 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): >_writeAt: n=5, err= 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): RWFileHandle.Flush 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): RWFileHandle.Flush 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): close: 2026/05/04 01:58:01 DEBUG : file1: vfs cache: setting modification time to 2026-05-04 01:58:01.12583442 +0000 UTC m=+29.007245861 2026/05/04 01:58:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7b12740): >close: err= 2026/05/04 01:58:01 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:58:01 DEBUG : file1: vfs cache: starting upload 2026/05/04 01:58:01 DEBUG : file1.f52e1b12.partial: size = 5 OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1.f52e1b12.partial" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1.f52e1b12.partial 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1.f52e1b12.partial" 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1.f52e1b12.partial 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : file1.f52e1b12.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:58:01 DEBUG : file1.f52e1b12.partial: renamed to: file1 2026/05/04 01:58:01 INFO : file1: Copied (new) 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:01 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-04 01:58:01 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/04 01:58:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:01 INFO : file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : >WaitForWriters: 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:01 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:01 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:01 DEBUG : file1: newRWFileHandle: 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): openPending: 2026/05/04 01:58:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): >openPending: err= 2026/05/04 01:58:01 DEBUG : file1: >newRWFileHandle: err= 2026/05/04 01:58:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/04 01:58:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): _writeAt: size=5, off=0 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): >_writeAt: n=5, err= 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): RWFileHandle.Release 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): close: 2026/05/04 01:58:01 DEBUG : file1: vfs cache: setting modification time to 2026-05-04 01:58:01.445073354 +0000 UTC m=+29.326484796 2026/05/04 01:58:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): >close: err= 2026/05/04 01:58:01 DEBUG : file1(0x1e7eb7a6a980): RWFileHandle.Release 2026/05/04 01:58:01 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:58:01 DEBUG : file1: vfs cache: starting upload 2026/05/04 01:58:01 DEBUG : file1.9b3e976f.partial: size = 5 OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1.9b3e976f.partial" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1.9b3e976f.partial 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1.9b3e976f.partial" 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1.9b3e976f.partial 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : file1.9b3e976f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:58:01 DEBUG : file1.9b3e976f.partial: renamed to: file1 2026/05/04 01:58:01 INFO : file1: Copied (new) 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:01 DEBUG : Looking for writers 2026/05/04 01:58:01 DEBUG : file1: reading active writers 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:01 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-04 01:58:01 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/04 01:58:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:01 DEBUG : >WaitForWriters: 2026/05/04 01:58:01 INFO : file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:01 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:01 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:58:01 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/04 01:58:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:58:01 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:58:01 DEBUG : dir/file1(0x1e7eb7e2a280): openPending: 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:01 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/04 01:58:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7e2a280): >openPending: err= 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/04 01:58:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:58:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:58:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7e2a280): _writeAt: size=5, off=0 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7e2a280): >_writeAt: n=5, err= 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7e2a280): close: 2026/05/04 01:58:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-04 01:58:02.072702604 +0000 UTC m=+29.954114055 2026/05/04 01:58:02 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7e2a280): >close: err= 2026/05/04 01:58:02 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: starting upload 2026/05/04 01:58:02 DEBUG : dir/file1.2825f22d.partial: size = 5 OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1.2825f22d.partial" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1.2825f22d.partial 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1.2825f22d.partial" 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/dir/file1.2825f22d.partial 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1.2825f22d.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:02 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:58:02 DEBUG : dir/file1.2825f22d.partial: renamed to: dir/file1 2026/05/04 01:58:02 INFO : dir/file1: Copied (replaced existing) 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-04 01:58:02 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : >WaitForWriters: 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:02 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:02 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/04 01:58:02 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:02 DEBUG : dir/file1: newRWFileHandle: 2026/05/04 01:58:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/04 01:58:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/04 01:58:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): _writeAt: size=5, off=0 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): openPending: 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/04 01:58:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): >openPending: err= 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): >_writeAt: n=5, err= 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): _writeAt: size=15, off=5 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): >_writeAt: n=15, err= 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): close: 2026/05/04 01:58:02 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-04 01:58:02.704733008 +0000 UTC m=+30.586144459 2026/05/04 01:58:02 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:02 DEBUG : dir/file1(0x1e7eb7f91b40): >close: err= 2026/05/04 01:58:02 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: starting upload 2026/05/04 01:58:02 DEBUG : dir/file1.29a5fa4f.partial: size = 20 OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1.29a5fa4f.partial" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1.29a5fa4f.partial 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1.29a5fa4f.partial" 2026/05/04 01:58:02 DEBUG : dir: Looking for writers 2026/05/04 01:58:02 DEBUG : file1: reading active writers 2026/05/04 01:58:02 DEBUG : Looking for writers 2026/05/04 01:58:02 DEBUG : dir: reading active writers 2026/05/04 01:58:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xuvemut2gewa/dir/file1.29a5fa4f.partial 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1.29a5fa4f.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/04 01:58:02 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/04 01:58:02 DEBUG : dir/file1.29a5fa4f.partial: renamed to: dir/file1 2026/05/04 01:58:02 INFO : dir/file1: Copied (replaced existing) 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:02 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:02 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-04 01:58:02 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/04 01:58:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:03 DEBUG : dir: Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : dir: reading active writers 2026/05/04 01:58:03 DEBUG : >WaitForWriters: 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : file1: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb812a740): openPending: 2026/05/04 01:58:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb812a740): >openPending: err= 2026/05/04 01:58:03 DEBUG : file1: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/04 01:58:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb812a740): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb812a740): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb812a740): close: 2026/05/04 01:58:03 DEBUG : file1: vfs cache: setting modification time to 2026-05-04 01:58:03.028039286 +0000 UTC m=+30.909450737 2026/05/04 01:58:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb812a740): >close: err= 2026/05/04 01:58:03 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:58:03 DEBUG : file1: vfs cache: starting upload 2026/05/04 01:58:03 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:03 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:03 DEBUG : file1.c94e5a35.partial: size = 5 OK 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1.c94e5a35.partial" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1.c94e5a35.partial 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1.c94e5a35.partial" 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1.c94e5a35.partial 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:03 DEBUG : file1.c94e5a35.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:03 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:58:03 DEBUG : file1.c94e5a35.partial: renamed to: file1 2026/05/04 01:58:03 INFO : file1: Copied (new) 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:03 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:03 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-04 01:58:03 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/04 01:58:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:03 INFO : file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : >WaitForWriters: 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad3c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad3c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad3c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad3c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad3c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.348454998 +0000 UTC m=+31.229866449 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad3c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.348454998 +0000 UTC m=+31.229866449 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.348454998 +0000 UTC m=+31.229866449 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813c9a0 item 1 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80724c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80724c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80724c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80724c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80724c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.351220789 +0000 UTC m=+31.232632230 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80724c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80729c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80729c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80729c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80729c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80729c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.351220789 +0000 UTC m=+31.232632230 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80729c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813ce70 item 2 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073000): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073000): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073000): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.352744531 +0000 UTC m=+31.234155973 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.352744531 +0000 UTC m=+31.234155973 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073940): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073940): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073940): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.352744531 +0000 UTC m=+31.234155973 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8073940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813d3b0 item 3 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e900c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e900c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e900c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e900c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e900c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.35536559 +0000 UTC m=+31.236777031 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e900c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90600): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90600): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90600): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.35536559 +0000 UTC m=+31.236777031 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813d880 item 4 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90c40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90c40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.357030088 +0000 UTC m=+31.238441529 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e90c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.357030088 +0000 UTC m=+31.238441529 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e910c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91580): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91580): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91580): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.357030088 +0000 UTC m=+31.238441529 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813dc00 item 5 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91c00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91c00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91c00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91c00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91c00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.359383229 +0000 UTC m=+31.240794670 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e91c00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6240): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6240): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6240): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.359383229 +0000 UTC m=+31.240794670 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7612af0 item 6 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea68c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea68c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea68c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea68c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea68c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.361254128 +0000 UTC m=+31.242665569 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea68c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.361254128 +0000 UTC m=+31.242665569 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea6dc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7280): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7280): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7280): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.361254128 +0000 UTC m=+31.242665569 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7613340 item 7 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7900): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7900): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7900): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.363643067 +0000 UTC m=+31.245054568 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7e40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7e40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.363643067 +0000 UTC m=+31.245054568 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea7e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faa380 item 8 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4500): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7ec4500): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4500): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4500): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4500): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4500): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec48c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec48c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec48c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec48c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec48c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.365532261 +0000 UTC m=+31.246943702 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec48c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.365532261 +0000 UTC m=+31.246943702 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4d40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5240): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5240): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5240): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.365532261 +0000 UTC m=+31.246943702 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faa7e0 item 9 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec58c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec58c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec58c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec58c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec58c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.368142769 +0000 UTC m=+31.249554250 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec58c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5e00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5e00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5e00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5e00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5e00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.368142769 +0000 UTC m=+31.249554250 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5e00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faacb0 item 10 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea540): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7eea540): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea540): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea540): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea540): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea540): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea540): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea900): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea900): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea900): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.369566371 +0000 UTC m=+31.250977812 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eea900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.369566371 +0000 UTC m=+31.250977812 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeae00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb300): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb300): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb300): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb300): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb300): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.369566371 +0000 UTC m=+31.250977812 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb300): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab0a0 item 11 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb980): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb980): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb980): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb980): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb980): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.371911738 +0000 UTC m=+31.253323179 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eeb980): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eebec0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eebec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eebec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eebec0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eebec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.371911738 +0000 UTC m=+31.253323179 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eebec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab570 item 12 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f04600): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7f04600): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f04600): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f04600): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f04600): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f04600): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f04600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f049c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f049c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f049c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f049c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f049c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.373681025 +0000 UTC m=+31.255092496 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f049c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05080): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05080): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05080): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.373681025 +0000 UTC m=+31.255092496 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab8f0 item 13 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05700): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05700): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.375657654 +0000 UTC m=+31.257069115 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05c40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05c40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.375657654 +0000 UTC m=+31.257069115 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f05c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fabe30 item 14 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36380): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7f36380): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36380): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36380): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36380): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36380): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36380): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36740): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36740): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36740): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.37787649 +0000 UTC m=+31.259287931 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36e00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36e00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36e00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36e00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36e00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.37787649 +0000 UTC m=+31.259287931 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36e00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122460 item 15 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37480): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37480): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37480): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.379664573 +0000 UTC m=+31.261076015 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f379c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f379c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f379c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f379c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f379c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.379664573 +0000 UTC m=+31.261076015 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f379c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122930 item 16 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.381448818 +0000 UTC m=+31.262860279 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.381448818 +0000 UTC m=+31.262860279 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56a80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56a80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56a80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56a80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56a80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.381448818 +0000 UTC m=+31.262860279 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f56a80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122cb0 item 17 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.38361733 +0000 UTC m=+31.265028781 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57640): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57640): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57640): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.38361733 +0000 UTC m=+31.265028781 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8123420 item 18 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57cc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57cc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57cc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57cc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57cc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.385259696 +0000 UTC m=+31.266671177 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f57cc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.385259696 +0000 UTC m=+31.266671177 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c2c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c7c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c7c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c7c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c7c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c7c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.385259696 +0000 UTC m=+31.266671177 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9c7c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81238f0 item 19 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9ce40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9ce40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9ce40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9ce40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9ce40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.387421206 +0000 UTC m=+31.268832666 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9ce40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9d380): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9d380): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9d380): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9d380): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9d380): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.387421206 +0000 UTC m=+31.268832666 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9d380): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8123e30 item 20 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9da00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9da00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9da00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9da00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9da00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.389417271 +0000 UTC m=+31.270828722 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f9da00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.389417271 +0000 UTC m=+31.270828722 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee500): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee500): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee500): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee500): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee500): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.389417271 +0000 UTC m=+31.270828722 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fee500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78ea930 item 21 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7feeb80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7feeb80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7feeb80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7feeb80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7feeb80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.391701121 +0000 UTC m=+31.273112563 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7feeb80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef0c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef0c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef0c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef0c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef0c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.391701121 +0000 UTC m=+31.273112563 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef0c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78eb180 item 22 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef740): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef740): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef740): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.393428479 +0000 UTC m=+31.274839940 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fef740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.393428479 +0000 UTC m=+31.274839940 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fefc40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082240): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082240): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082240): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.393428479 +0000 UTC m=+31.274839940 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78eb8f0 item 23 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80828c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80828c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80828c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80828c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80828c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.395981397 +0000 UTC m=+31.277392839 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80828c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082e00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082e00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082e00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082e00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082e00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.395981397 +0000 UTC m=+31.277392839 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8082e00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78e0a80 item 24 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083440): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb8083440): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083440): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083440): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083440): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083440): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083800): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083800): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083800): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083800): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083800): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.397824084 +0000 UTC m=+31.279235525 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083800): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.397824084 +0000 UTC m=+31.279235525 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8083d00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0340): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0340): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0340): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.397824084 +0000 UTC m=+31.279235525 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78e0e00 item 25 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a09c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a09c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a09c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a09c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a09c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.400241196 +0000 UTC m=+31.281652647 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a09c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0f00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0f00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0f00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0f00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0f00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.400241196 +0000 UTC m=+31.281652647 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a0f00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78e1810 item 26 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1540): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb80a1540): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1540): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1540): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1540): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1540): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1540): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1900): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1900): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1900): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.402238493 +0000 UTC m=+31.283649934 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.402238493 +0000 UTC m=+31.283649934 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a1e00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0440): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0440): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0440): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.402238493 +0000 UTC m=+31.283649934 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78e1ce0 item 27 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0ac0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0ac0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0ac0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0ac0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0ac0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.404369936 +0000 UTC m=+31.285781376 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0ac0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c1000): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c1000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c1000): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c1000): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c1000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.404369936 +0000 UTC m=+31.285781376 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c1000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54460 item 28 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b400): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb812b400): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b400): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b400): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b400): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b400): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b7c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b7c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b7c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b7c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b7c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.406467132 +0000 UTC m=+31.287878593 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b7c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c18c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c18c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c18c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c18c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c18c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.406467132 +0000 UTC m=+31.287878593 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c18c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d548c0 item 29 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0040): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0040): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0040): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.409070707 +0000 UTC m=+31.290482148 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0580): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0580): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0580): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.409070707 +0000 UTC m=+31.290482148 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d541c0 item 30 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0bc0): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb80c0bc0): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0bc0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0bc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0bc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0f80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0f80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0f80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0f80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0f80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.410858529 +0000 UTC m=+31.292269970 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80c0f80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00600): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00600): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00600): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.410858529 +0000 UTC m=+31.292269970 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54bd0 item 31 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00e40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00e40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.412655197 +0000 UTC m=+31.294066638 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01840): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01840): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01840): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.412655197 +0000 UTC m=+31.294066638 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d551f0 item 32 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a0c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a0c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a0c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a0c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a0c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.414134996 +0000 UTC m=+31.295546458 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a0c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d55b20 item 33 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.414484318 +0000 UTC m=+31.295895759 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a5c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2aac0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2aac0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2aac0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2aac0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2aac0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.414484318 +0000 UTC m=+31.295895759 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2aac0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81ca000 item 33 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.415666293 +0000 UTC m=+31.297077734 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81ca7e0 item 34 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.416138346 +0000 UTC m=+31.297549787 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bac0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bac0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bac0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bac0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bac0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.416138346 +0000 UTC m=+31.297549787 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bac0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81caa80 item 34 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a280): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a280): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a280): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.417342183 +0000 UTC m=+31.298753624 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb030 item 35 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.4178215 +0000 UTC m=+31.299232941 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ac00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ac00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ac00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ac00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ac00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.4178215 +0000 UTC m=+31.299232941 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ac00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb1f0 item 35 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ba80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ba80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ba80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ba80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ba80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.41964529 +0000 UTC m=+31.301056741 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812ba80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb570 item 36 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.420381222 +0000 UTC m=+31.301792673 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e80): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.420381222 +0000 UTC m=+31.301792673 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb730 item 36 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959c00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959c00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959c00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959c00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959c00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.422213658 +0000 UTC m=+31.303625099 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959c00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cbab0 item 37 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.422877814 +0000 UTC m=+31.304289265 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6bd80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6bd80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6bd80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6bd80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6bd80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.422877814 +0000 UTC m=+31.304289265 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6bd80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cbc70 item 37 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12080): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12080): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12080): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.424506235 +0000 UTC m=+31.305917705 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c62620 item 38 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.425190449 +0000 UTC m=+31.306601900 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12ac0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12ac0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12ac0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12ac0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12ac0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.425190449 +0000 UTC m=+31.306601900 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b12ac0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c62b60 item 38 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b131c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b131c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b131c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b131c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b131c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.426738227 +0000 UTC m=+31.308149687 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b131c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63260 item 39 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.427459491 +0000 UTC m=+31.308870962 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b136c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b13bc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b13bc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b13bc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b13bc0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b13bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.427459491 +0000 UTC m=+31.308870962 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b13bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63500 item 39 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac340): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac340): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac340): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.429166841 +0000 UTC m=+31.310578292 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63880 item 40 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.429846145 +0000 UTC m=+31.311257586 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fac840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7facd80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7facd80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7facd80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7facd80): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7facd80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.429846145 +0000 UTC m=+31.311257586 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7facd80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63b90 item 40 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.431563955 +0000 UTC m=+31.312975396 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cc4d0 item 41 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.432243541 +0000 UTC m=+31.313654992 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fad840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78ccd20 item 41 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.432820792 +0000 UTC m=+31.314232243 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fadd80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f63c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f63c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f63c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f63c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f63c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.432820792 +0000 UTC m=+31.314232243 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f63c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cd030 item 41 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.43451695 +0000 UTC m=+31.315928412 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6a00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6f00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6f00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6f00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cd8f0 item 42 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6f00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6f00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.435207828 +0000 UTC m=+31.316619319 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f6f00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7baa1c0 item 42 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.435909525 +0000 UTC m=+31.317320976 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f7440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f79c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f79c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f79c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f79c0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f79c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.435909525 +0000 UTC m=+31.317320976 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79f79c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7baa700 item 42 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.437531973 +0000 UTC m=+31.318943424 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50600): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50600): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bab730 item 43 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50600): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.43819059 +0000 UTC m=+31.319602041 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7babab0 item 43 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.438853864 +0000 UTC m=+31.320265336 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a50b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51080): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51080): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51080): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.438853864 +0000 UTC m=+31.320265336 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7babd50 item 43 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): openPending: 2026/05/04 01:58:03 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:03 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.440545745 +0000 UTC m=+31.321957216 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a516c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51bc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51bc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51bc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b96f50 item 44 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51bc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.441255117 +0000 UTC m=+31.322666588 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a51bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b97650 item 44 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.442034861 +0000 UTC m=+31.323446312 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8780): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8780): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8780): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8780): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8780): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.442034861 +0000 UTC m=+31.323446312 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8780): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b97e30 item 44 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.443565918 +0000 UTC m=+31.324977358 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae8dc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae92c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae92c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae92c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c56a10 item 45 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae92c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae92c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.444060713 +0000 UTC m=+31.325472155 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae92c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae99c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae99c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae99c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae99c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae99c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.444060713 +0000 UTC m=+31.325472155 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ae99c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c56e00 item 45 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.445478525 +0000 UTC m=+31.326889986 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc600): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc600): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c57570 item 46 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc600): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.445983801 +0000 UTC m=+31.327395252 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcd00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcd00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcd00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcd00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcd00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.445983801 +0000 UTC m=+31.327395252 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcd00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c57810 item 46 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.4472785 +0000 UTC m=+31.328689941 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd840): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb767e230 item 47 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd840): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.447762596 +0000 UTC m=+31.329174037 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a040): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a040): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a040): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.447762596 +0000 UTC m=+31.329174037 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb767e4d0 item 47 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.449587056 +0000 UTC m=+31.330998508 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2a680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2ab80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2ab80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2ab80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb767f0a0 item 48 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2ab80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2ab80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.450173116 +0000 UTC m=+31.331584557 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2ab80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b280): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b280): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b280): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.450173116 +0000 UTC m=+31.331584557 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb767fb90 item 48 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b8c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b8c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b8c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b8c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b8c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.452139545 +0000 UTC m=+31.333550986 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2b8c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc4310 item 49 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.45257566 +0000 UTC m=+31.333987101 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b2bd40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4e380): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4e380): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4e380): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4e380): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4e380): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.45257566 +0000 UTC m=+31.333987101 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4e380): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc4690 item 49 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ea00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ea00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ea00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ea00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ea00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.453951983 +0000 UTC m=+31.335363425 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ea00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc4d20 item 50 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.454701731 +0000 UTC m=+31.336113172 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4ef00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4f480): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4f480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4f480): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4f480): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4f480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.454701731 +0000 UTC m=+31.336113172 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4f480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc5260 item 50 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4fb00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4fb00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4fb00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4fb00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4fb00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.456203291 +0000 UTC m=+31.337614753 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b4fb00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc5a40 item 51 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.45675719 +0000 UTC m=+31.338168630 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6640): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6640): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6640): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.45675719 +0000 UTC m=+31.338168630 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb75383f0 item 51 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6cc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6cc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6cc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6cc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6cc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.458125999 +0000 UTC m=+31.339537440 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6cc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb75389a0 item 52 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.458709243 +0000 UTC m=+31.340120683 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be71c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7740): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7740): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7740): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.458709243 +0000 UTC m=+31.340120683 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7538bd0 item 52 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7dc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7dc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7dc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7dc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7dc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.46015133 +0000 UTC m=+31.341562770 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7dc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7538fc0 item 53 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.460708604 +0000 UTC m=+31.342120046 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e3c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e900): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e900): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e900): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.460708604 +0000 UTC m=+31.342120046 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8e900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7539570 item 53 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8ef80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8ef80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8ef80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8ef80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8ef80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.461960412 +0000 UTC m=+31.343371853 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8ef80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e32460 item 54 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.462520953 +0000 UTC m=+31.343932394 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8f480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8fa00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8fa00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8fa00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8fa00): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8fa00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.462520953 +0000 UTC m=+31.343932394 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c8fa00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e32c40 item 54 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4180): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4180): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4180): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.463563655 +0000 UTC m=+31.344975096 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e33490 item 55 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.463959282 +0000 UTC m=+31.345370724 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4bc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4bc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4bc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4bc0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.463959282 +0000 UTC m=+31.345370724 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e33a40 item 55 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5240): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5240): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5240): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.46524727 +0000 UTC m=+31.346658721 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e06230 item 56 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.46578667 +0000 UTC m=+31.347198110 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5cc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5cc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5cc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5cc0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5cc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.46578667 +0000 UTC m=+31.347198110 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5cc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e063f0 item 56 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.466942946 +0000 UTC m=+31.348354388 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa940): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa940): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e069a0 item 57 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa940): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.467365676 +0000 UTC m=+31.348777117 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfa940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e06bd0 item 57 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.467827009 +0000 UTC m=+31.349238450 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfae80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfb400): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfb400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfb400): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfb400): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfb400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.467827009 +0000 UTC m=+31.349238450 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfb400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e06ee0 item 57 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.469056675 +0000 UTC m=+31.350468116 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cfba40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34080): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34080): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e072d0 item 58 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34080): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.469476249 +0000 UTC m=+31.350887689 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e07490 item 58 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.4700163 +0000 UTC m=+31.351427741 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d345c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34b80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34b80): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.4700163 +0000 UTC m=+31.351427741 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d34b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e07650 item 58 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.471296321 +0000 UTC m=+31.352707762 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d351c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35700): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e07d50 item 59 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35700): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.471738398 +0000 UTC m=+31.353149839 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c52380 item 59 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.472273661 +0000 UTC m=+31.353685102 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d35c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d842c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d842c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d842c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d842c0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d842c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.472273661 +0000 UTC m=+31.353685102 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d842c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c52770 item 59 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.47369019 +0000 UTC m=+31.355101631 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84e40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c52d90 item 60 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84e40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.474248536 +0000 UTC m=+31.355659977 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d84e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c53650 item 60 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.474994336 +0000 UTC m=+31.356405778 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85380): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85940): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85940): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85940): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.474994336 +0000 UTC m=+31.356405778 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d85940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c53c00 item 60 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.476409233 +0000 UTC m=+31.357820674 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc05c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc05c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc05c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1e0e0 item 61 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc05c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc05c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.476861949 +0000 UTC m=+31.358273420 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc05c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0cc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0cc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0cc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0cc0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0cc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.476861949 +0000 UTC m=+31.358273420 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc0cc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1e380 item 61 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.47833724 +0000 UTC m=+31.359748721 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1300): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1840): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1e770 item 62 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1840): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.478790577 +0000 UTC m=+31.360202018 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dc1840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16040): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16040): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16040): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.478790577 +0000 UTC m=+31.360202018 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1ea10 item 62 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.480409109 +0000 UTC m=+31.361820591 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16bc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16bc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16bc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1ed90 item 63 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16bc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.480913553 +0000 UTC m=+31.362325015 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e16bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e172c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e172c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e172c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e172c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e172c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.480913553 +0000 UTC m=+31.362325015 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e172c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1efc0 item 63 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.482419622 +0000 UTC m=+31.363831083 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17e40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1f490 item 64 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17e40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.482913907 +0000 UTC m=+31.364325348 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e17e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a640): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a640): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a640): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.482913907 +0000 UTC m=+31.364325348 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1f7a0 item 64 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.484240587 +0000 UTC m=+31.365652048 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1fdc0 item 65 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.484773675 +0000 UTC m=+31.366185117 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b600): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b600): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b600): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.484773675 +0000 UTC m=+31.366185117 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944230 item 65 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bc40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bc40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bc40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bc40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bc40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.486239638 +0000 UTC m=+31.367651079 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bc40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944620 item 66 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.486839102 +0000 UTC m=+31.368250543 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a1c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a700): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a700): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a700): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.486839102 +0000 UTC m=+31.368250543 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9a700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944850 item 66 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9ad40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9ad40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9ad40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9ad40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9ad40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.488178415 +0000 UTC m=+31.369589877 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9ad40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944fc0 item 67 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.488673041 +0000 UTC m=+31.370084492 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b1c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b6c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b6c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b6c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b6c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b6c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.488673041 +0000 UTC m=+31.370084492 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9b6c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb79452d0 item 67 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9bd40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9bd40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9bd40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9bd40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9bd40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.490138413 +0000 UTC m=+31.371549853 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e9bd40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7945810 item 68 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.490673414 +0000 UTC m=+31.372084856 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8880): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8880): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8880): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8880): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8880): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.490673414 +0000 UTC m=+31.372084856 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8880): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7945ab0 item 68 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8ec0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8ec0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.491977061 +0000 UTC m=+31.373388502 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb8ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a230 item 69 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.49252624 +0000 UTC m=+31.373937681 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9840): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9840): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9840): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.49252624 +0000 UTC m=+31.373937681 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a4d0 item 69 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9ec0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9ec0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.493841659 +0000 UTC m=+31.375253099 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7eb9ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a930 item 70 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.494413359 +0000 UTC m=+31.375824800 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed44c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed4a00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed4a00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed4a00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed4a00): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed4a00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.494413359 +0000 UTC m=+31.375824800 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed4a00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829aaf0 item 70 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5080): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5080): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5080): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.496072938 +0000 UTC m=+31.377484379 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829ae70 item 71 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.496738147 +0000 UTC m=+31.378149588 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5a80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5a80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5a80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5a80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5a80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.496738147 +0000 UTC m=+31.378149588 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ed5a80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829b260 item 71 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4200): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4200): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4200): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.498467338 +0000 UTC m=+31.379878829 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829b6c0 item 72 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.499105455 +0000 UTC m=+31.380516935 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4c40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4c40): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.499105455 +0000 UTC m=+31.380516935 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef4c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829b880 item 72 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.500531683 +0000 UTC m=+31.381943144 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5700): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829bce0 item 73 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5700): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.501239993 +0000 UTC m=+31.382651454 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c000 item 73 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.502048592 +0000 UTC m=+31.383460033 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ef5bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08200): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08200): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08200): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.502048592 +0000 UTC m=+31.383460033 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c380 item 73 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.503439833 +0000 UTC m=+31.384851285 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08d40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08d40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08d40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c700 item 74 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08d40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08d40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.50395594 +0000 UTC m=+31.385367381 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f08d40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c8c0 item 74 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.504619344 +0000 UTC m=+31.386030795 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09800): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09800): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09800): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09800): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09800): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.504619344 +0000 UTC m=+31.386030795 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09800): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826cb60 item 74 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.505947767 +0000 UTC m=+31.387359208 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f09e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36440): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36440): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826cfc0 item 75 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36440): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.506538455 +0000 UTC m=+31.387949926 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826d180 item 75 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.507168708 +0000 UTC m=+31.388580148 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36980): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36ec0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36ec0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.507168708 +0000 UTC m=+31.388580148 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f36ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826d490 item 75 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.508514793 +0000 UTC m=+31.389926235 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37a00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37a00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37a00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826d880 item 76 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37a00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37a00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.508965776 +0000 UTC m=+31.390377238 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f37a00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826da40 item 76 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.50960155 +0000 UTC m=+31.391012990 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f585c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f585c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f585c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f585c0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f585c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.50960155 +0000 UTC m=+31.391012990 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f585c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826dc00 item 76 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.511039338 +0000 UTC m=+31.392450800 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f58c00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb82480e0 item 77 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.511525898 +0000 UTC m=+31.392937339 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59800): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59800): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59800): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59800): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59800): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.511525898 +0000 UTC m=+31.392937339 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59800): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248380 item 77 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.512907122 +0000 UTC m=+31.394318583 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f59e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74440): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74440): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248770 item 78 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74440): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.513367743 +0000 UTC m=+31.394779184 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74b40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74b40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.513367743 +0000 UTC m=+31.394779184 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f74b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248930 item 78 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.51474027 +0000 UTC m=+31.396151710 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248fc0 item 79 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.515246828 +0000 UTC m=+31.396658268 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75d80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75d80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75d80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75d80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75d80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.515246828 +0000 UTC m=+31.396658268 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f75d80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb82493b0 item 79 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.516678305 +0000 UTC m=+31.398089746 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f984c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f989c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f989c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f989c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249730 item 80 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f989c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f989c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.517160797 +0000 UTC m=+31.398572259 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f989c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f990c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f990c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f990c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f990c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f990c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.517160797 +0000 UTC m=+31.398572259 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f990c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb82498f0 item 80 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99700): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99700): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.51861063 +0000 UTC m=+31.400022071 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249c70 item 81 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.519205505 +0000 UTC m=+31.400616946 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f99b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fdc1c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fdc1c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fdc1c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fdc1c0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fdc1c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.519205505 +0000 UTC m=+31.400616946 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fdc1c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249e30 item 81 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.520706084 +0000 UTC m=+31.402117525 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d6380 item 82 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.521429132 +0000 UTC m=+31.402840583 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810a600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810ab80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810ab80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810ab80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810ab80): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810ab80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.521429132 +0000 UTC m=+31.402840583 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810ab80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d6770 item 82 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b200): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b200): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b200): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.522759979 +0000 UTC m=+31.404171420 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d6ee0 item 83 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.523334385 +0000 UTC m=+31.404745867 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810b700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810bc40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810bc40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810bc40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810bc40): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810bc40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.523334385 +0000 UTC m=+31.404745867 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb810bc40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d70a0 item 83 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81443c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81443c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81443c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81443c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81443c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.524622182 +0000 UTC m=+31.406033623 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81443c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d7730 item 84 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.525254818 +0000 UTC m=+31.406666259 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81448c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8144e40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8144e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8144e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8144e40): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8144e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.525254818 +0000 UTC m=+31.406666259 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8144e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d79d0 item 84 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81454c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81454c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81454c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81454c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81454c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.526686256 +0000 UTC m=+31.408097727 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81454c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7956000 item 85 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.527236838 +0000 UTC m=+31.408648279 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81459c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164000): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164000): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164000): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.527236838 +0000 UTC m=+31.408648279 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb79564d0 item 85 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.528516578 +0000 UTC m=+31.409928020 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb79576c0 item 86 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.529127383 +0000 UTC m=+31.410538825 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8164b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165100): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165100): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165100): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.529127383 +0000 UTC m=+31.410538825 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7957960 item 86 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165780): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165780): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165780): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165780): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165780): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.530412825 +0000 UTC m=+31.411824266 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165780): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7894770 item 87 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.531125974 +0000 UTC m=+31.412537415 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8165c80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c2c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c2c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c2c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c2c0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c2c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.531125974 +0000 UTC m=+31.412537415 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c2c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7894cb0 item 87 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c940): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c940): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c940): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.53242967 +0000 UTC m=+31.413841171 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800c940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7895c70 item 88 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.533048891 +0000 UTC m=+31.414460333 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800ce40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800d3c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800d3c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800d3c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800d3c0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800d3c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.533048891 +0000 UTC m=+31.414460333 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800d3c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78f2070 item 88 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.534387073 +0000 UTC m=+31.415798514 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb800da00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c040): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c040): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78f25b0 item 89 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c040): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.534888832 +0000 UTC m=+31.416300273 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78f2a80 item 89 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.535565782 +0000 UTC m=+31.416977223 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802c580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802cb00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802cb00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802cb00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802cb00): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802cb00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.535565782 +0000 UTC m=+31.416977223 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802cb00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78f2d20 item 89 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.537010365 +0000 UTC m=+31.418421806 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d140): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78f3810 item 90 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.537549074 +0000 UTC m=+31.418960515 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802d680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78f3ab0 item 90 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.538221606 +0000 UTC m=+31.419633047 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb802dbc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c280): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c280): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c280): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.538221606 +0000 UTC m=+31.419633047 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813c310 item 90 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.539484716 +0000 UTC m=+31.420896167 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804c8c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804ce00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804ce00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804ce00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813ca80 item 91 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804ce00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804ce00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.54006846 +0000 UTC m=+31.421479901 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804ce00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813ccb0 item 91 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.540586469 +0000 UTC m=+31.421997910 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d8c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d8c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d8c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d8c0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d8c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.540586469 +0000 UTC m=+31.421997910 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb804d8c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813ce70 item 91 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.54187143 +0000 UTC m=+31.423282870 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064540): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064540): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064540): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813d340 item 92 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064540): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064540): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.542300722 +0000 UTC m=+31.423712162 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064540): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813d500 item 92 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.5428704 +0000 UTC m=+31.424281840 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8064a80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065040): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065040): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065040): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.5428704 +0000 UTC m=+31.424281840 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813d6c0 item 92 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.544135693 +0000 UTC m=+31.425547134 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065bc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065bc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065bc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813da40 item 93 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065bc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.544559155 +0000 UTC m=+31.425970595 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8065bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80863c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80863c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80863c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80863c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80863c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.544559155 +0000 UTC m=+31.425970595 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80863c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb813dc00 item 93 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.545875553 +0000 UTC m=+31.427286995 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086a00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7612380 item 94 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.54632824 +0000 UTC m=+31.427739691 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087640): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087640): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087640): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.54632824 +0000 UTC m=+31.427739691 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7612700 item 94 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.547615405 +0000 UTC m=+31.429026846 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087c80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a82c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a82c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a82c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7612f50 item 95 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a82c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a82c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.548156619 +0000 UTC m=+31.429568060 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a82c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a89c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a89c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a89c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a89c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a89c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.548156619 +0000 UTC m=+31.429568060 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a89c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7613260 item 95 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.549331882 +0000 UTC m=+31.430743324 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9540): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9540): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9540): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7613960 item 96 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9540): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9540): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.549795228 +0000 UTC m=+31.431206670 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9540): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9c40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9c40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.549795228 +0000 UTC m=+31.431206670 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80a9c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faa310 item 96 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= 2026/05/04 01:58:03 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : >WaitForWriters: 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0640): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0640): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0640): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.557022438 +0000 UTC m=+31.438433960 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.557022438 +0000 UTC m=+31.438433960 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.557022438 +0000 UTC m=+31.438433960 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faae00 item 1 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1640): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1640): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1640): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.559000912 +0000 UTC m=+31.440412363 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.559000912 +0000 UTC m=+31.440412363 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab340 item 2 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00480): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00480): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00480): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.560290019 +0000 UTC m=+31.441701461 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.560290019 +0000 UTC m=+31.441701461 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01440): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01440): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01440): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.560290019 +0000 UTC m=+31.441701461 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab6c0 item 3 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01b40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01b40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.56213507 +0000 UTC m=+31.443546511 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a1c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a1c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a1c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a1c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a1c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.56213507 +0000 UTC m=+31.443546511 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a1c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fabb90 item 4 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a840): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a840): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.563409581 +0000 UTC m=+31.444821022 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.563409581 +0000 UTC m=+31.444821022 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2acc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b180): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b180): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b180): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.563409581 +0000 UTC m=+31.444821022 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d540e0 item 5 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b800): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b800): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b800): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b800): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b800): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.565176533 +0000 UTC m=+31.446587974 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b800): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bd40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bd40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bd40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bd40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bd40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.565176533 +0000 UTC m=+31.446587974 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bd40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54620 item 6 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a540): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a540): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a540): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a540): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a540): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.566420397 +0000 UTC m=+31.447831838 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a540): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.566420397 +0000 UTC m=+31.447831838 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812aa40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812af00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812af00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812af00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812af00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812af00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.566420397 +0000 UTC m=+31.447831838 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812af00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54af0 item 7 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b580): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b580): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b580): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.568384682 +0000 UTC m=+31.449796143 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812bac0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812bac0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812bac0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812bac0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812bac0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.568384682 +0000 UTC m=+31.449796143 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812bac0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d55260 item 8 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958800): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7958800): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958800): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958800): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958800): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958800): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958800): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.569875432 +0000 UTC m=+31.451286893 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958e00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.569875432 +0000 UTC m=+31.451286893 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79598c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a640): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a640): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a640): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.569875432 +0000 UTC m=+31.451286893 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d55ce0 item 9 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6b400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6b400): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6b400): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6b400): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6b400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.571690686 +0000 UTC m=+31.453102127 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6b400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.571690686 +0000 UTC m=+31.453102127 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81ca700 item 10 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6680): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb80e6680): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6680): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6680): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6680): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6a40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6a40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6a40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6a40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6a40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.573145337 +0000 UTC m=+31.454556778 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6a40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.573145337 +0000 UTC m=+31.454556778 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6f40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7440): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7440): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7440): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.573145337 +0000 UTC m=+31.454556778 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb795f650 item 11 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ac0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ac0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ac0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ac0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ac0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.57484916 +0000 UTC m=+31.456260601 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ac0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04100): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04100): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04100): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.57484916 +0000 UTC m=+31.456260601 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb795fc70 item 12 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04740): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7a04740): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04740): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04740): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04740): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04740): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04b00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04b00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04b00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04b00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04b00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.576140022 +0000 UTC m=+31.457551463 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a04b00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a051c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a051c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a051c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a051c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a051c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.576140022 +0000 UTC m=+31.457551463 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a051c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c62b60 item 13 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05840): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05840): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.577437094 +0000 UTC m=+31.458848536 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05d80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05d80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05d80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05d80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05d80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.577437094 +0000 UTC m=+31.458848536 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a05d80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63260 item 14 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7ad04c0): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0880): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0880): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0880): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0880): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0880): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.579239174 +0000 UTC m=+31.460650615 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0880): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0f40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0f40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0f40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0f40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0f40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.579239174 +0000 UTC m=+31.460650615 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0f40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c636c0 item 15 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad15c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad15c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad15c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad15c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad15c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.580483709 +0000 UTC m=+31.461895149 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad15c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1b00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1b00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1b00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1b00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1b00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.580483709 +0000 UTC m=+31.461895149 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1b00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63b90 item 16 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea240): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea240): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea240): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.581761445 +0000 UTC m=+31.463172886 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.581761445 +0000 UTC m=+31.463172886 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aea6c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeabc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeabc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeabc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeabc0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeabc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.581761445 +0000 UTC m=+31.463172886 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeabc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cc4d0 item 17 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb240): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb240): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb240): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.583349549 +0000 UTC m=+31.464760990 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb780): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb780): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb780): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb780): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb780): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.583349549 +0000 UTC m=+31.464760990 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeb780): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cd110 item 18 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aebe00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aebe00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aebe00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aebe00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aebe00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.584594424 +0000 UTC m=+31.466005865 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aebe00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.584594424 +0000 UTC m=+31.466005865 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa900): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa900): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa900): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.584594424 +0000 UTC m=+31.466005865 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afa900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cdce0 item 19 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afaf80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afaf80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afaf80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afaf80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afaf80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.586523963 +0000 UTC m=+31.467935425 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afaf80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afb4c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afb4c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afb4c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afb4c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afb4c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.586523963 +0000 UTC m=+31.467935425 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afb4c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bab3b0 item 20 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afbb40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afbb40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afbb40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afbb40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afbb40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.587863238 +0000 UTC m=+31.469274679 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afbb40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.587863238 +0000 UTC m=+31.469274679 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c140): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c640): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c640): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c640): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.587863238 +0000 UTC m=+31.469274679 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1c640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7baba40 item 21 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1ccc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1ccc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1ccc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1ccc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1ccc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.589559316 +0000 UTC m=+31.470970756 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1ccc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d200): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d200): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d200): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.589559316 +0000 UTC m=+31.470970756 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b96b60 item 22 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d880): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d880): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d880): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d880): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d880): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.590733646 +0000 UTC m=+31.472145088 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1d880): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.590733646 +0000 UTC m=+31.472145088 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b1dd80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38380): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38380): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38380): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38380): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38380): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.590733646 +0000 UTC m=+31.472145088 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38380): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b97d50 item 23 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38a00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38a00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38a00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38a00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38a00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.592616508 +0000 UTC m=+31.474027959 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38a00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe84c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe84c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe84c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe84c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe84c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.592616508 +0000 UTC m=+31.474027959 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe84c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122f50 item 24 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8b00): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7fe8b00): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8b00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8b00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8b00): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8b00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8ec0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8ec0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.594196827 +0000 UTC m=+31.475608269 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.594196827 +0000 UTC m=+31.475608269 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe93c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9900): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9900): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9900): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.594196827 +0000 UTC m=+31.475608269 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8123490 item 25 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc080): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc080): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc080): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.596000339 +0000 UTC m=+31.477411780 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc5c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc5c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc5c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc5c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc5c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.596000339 +0000 UTC m=+31.477411780 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffc5c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8123ab0 item 26 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcc00): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7ffcc00): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcc00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcc00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcc00): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcc00): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcc00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcfc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcfc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcfc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcfc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcfc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.597321468 +0000 UTC m=+31.478732909 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffcfc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.597321468 +0000 UTC m=+31.478732909 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffd4c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffda00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffda00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffda00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffda00): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffda00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.597321468 +0000 UTC m=+31.478732909 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ffda00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb767e150 item 27 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6180): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6180): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6180): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.599238795 +0000 UTC m=+31.480650236 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be66c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be66c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be66c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be66c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be66c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.599238795 +0000 UTC m=+31.480650236 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be66c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb767ed90 item 28 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6d00): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7be6d00): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6d00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6d00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6d00): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6d00): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be6d00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be70c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be70c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be70c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be70c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be70c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.600567648 +0000 UTC m=+31.481979089 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be70c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7780): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7780): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7780): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7780): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7780): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.600567648 +0000 UTC m=+31.481979089 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7780): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb767fc00 item 29 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7e00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7e00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7e00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7e00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7e00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.601803266 +0000 UTC m=+31.483214707 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be7e00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3c440): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3c440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3c440): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3c440): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3c440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.601803266 +0000 UTC m=+31.483214707 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3c440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc4380 item 30 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ca80): _readAt: size=2, off=0 2026/05/04 01:58:03 ERROR : open-test-file(0x1e7eb7c3ca80): Couldn't read size of file 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ca80): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ca80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ca80): >_writeAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ca80): close: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ca80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ce40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ce40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ce40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ce40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ce40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.603153299 +0000 UTC m=+31.484564740 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3ce40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3d500): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3d500): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3d500): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3d500): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3d500): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.603153299 +0000 UTC m=+31.484564740 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3d500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc4a80 item 31 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3db80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3db80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3db80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3db80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3db80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.604374219 +0000 UTC m=+31.485785659 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c3db80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca21c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca21c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca21c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca21c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca21c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.604374219 +0000 UTC m=+31.485785659 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca21c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc5420 item 32 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2800): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2800): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2800): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2800): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2800): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.605892911 +0000 UTC m=+31.487304353 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2800): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bc5e30 item 33 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.606393708 +0000 UTC m=+31.487805149 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca2c80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3180): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3180): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3180): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.606393708 +0000 UTC m=+31.487805149 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7538460 item 33 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca37c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca37c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca37c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca37c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca37c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.607585563 +0000 UTC m=+31.488997004 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca37c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7538a10 item 34 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.608222869 +0000 UTC m=+31.489634311 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ca3c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6280): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6280): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6280): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.608222869 +0000 UTC m=+31.489634311 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7538c40 item 34 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc68c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc68c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc68c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc68c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc68c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.609778852 +0000 UTC m=+31.491190313 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc68c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7539030 item 35 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.610329574 +0000 UTC m=+31.491741015 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc6d40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7240): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7240): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7240): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.610329574 +0000 UTC m=+31.491741015 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb75397a0 item 35 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc78c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc78c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc78c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc78c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc78c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.611692462 +0000 UTC m=+31.493103913 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc78c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e32a80 item 36 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.612349886 +0000 UTC m=+31.493761327 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cc7dc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06400): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06400): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06400): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.612349886 +0000 UTC m=+31.493761327 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e32d90 item 36 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06a40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06a40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06a40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06a40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06a40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.613634946 +0000 UTC m=+31.495046397 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06a40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e335e0 item 37 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.614209282 +0000 UTC m=+31.495620723 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d06ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d073c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d073c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d073c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d073c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d073c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.614209282 +0000 UTC m=+31.495620723 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d073c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e33ab0 item 37 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d07a40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d07a40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d07a40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d07a40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d07a40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.61562455 +0000 UTC m=+31.497035991 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d07a40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e062a0 item 38 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.616252007 +0000 UTC m=+31.497663447 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30580): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30580): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30580): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.616252007 +0000 UTC m=+31.497663447 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e06460 item 38 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30c00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30c00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30c00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30c00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30c00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.617954627 +0000 UTC m=+31.499366068 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d30c00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e06a10 item 39 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.618486123 +0000 UTC m=+31.499897564 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31600): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31600): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31600): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.618486123 +0000 UTC m=+31.499897564 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e06c40 item 39 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31c80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31c80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31c80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31c80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31c80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.619717171 +0000 UTC m=+31.501128612 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d31c80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e07110 item 40 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.620173946 +0000 UTC m=+31.501585386 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c7c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c7c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c7c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c7c0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c7c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.620173946 +0000 UTC m=+31.501585386 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9c7c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e072d0 item 40 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.621333198 +0000 UTC m=+31.502744639 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9cd80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d280): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d280): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e07650 item 41 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d280): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.621779402 +0000 UTC m=+31.503190843 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e07880 item 41 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.622262015 +0000 UTC m=+31.503673455 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9d740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9dc80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9dc80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9dc80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9dc80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9dc80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.622262015 +0000 UTC m=+31.503673455 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7d9dc80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7e07d50 item 41 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.623662745 +0000 UTC m=+31.505074186 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd03c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd08c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd08c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd08c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c52770 item 42 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd08c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd08c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.624207445 +0000 UTC m=+31.505618886 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd08c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c52bd0 item 42 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.624713653 +0000 UTC m=+31.506125093 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd0e00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1380): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1380): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1380): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1380): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1380): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.624713653 +0000 UTC m=+31.506125093 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1380): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c52d90 item 42 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.625897973 +0000 UTC m=+31.507309413 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd19c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1ec0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c53c00 item 43 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1ec0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.626399562 +0000 UTC m=+31.507811003 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7dd1ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c53dc0 item 43 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.626863459 +0000 UTC m=+31.508274900 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5a500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5aa40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5aa40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5aa40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5aa40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5aa40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.626863459 +0000 UTC m=+31.508274900 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5aa40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1e0e0 item 43 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.628283786 +0000 UTC m=+31.509695227 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b580): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b580): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1e5b0 item 44 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b580): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.628704141 +0000 UTC m=+31.510115582 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5b580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1e770 item 44 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.629191062 +0000 UTC m=+31.510602503 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e5bac0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a140): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a140): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a140): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a140): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a140): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.629191062 +0000 UTC m=+31.510602503 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a140): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1ea10 item 44 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.630207384 +0000 UTC m=+31.511618825 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7a780): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1ed90 item 45 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.630718841 +0000 UTC m=+31.512130283 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7ac80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b380): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b380): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b380): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b380): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b380): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.630718841 +0000 UTC m=+31.512130283 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b380): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1efc0 item 45 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.631954699 +0000 UTC m=+31.513366140 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7b9c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bec0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1f490 item 46 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bec0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.632412776 +0000 UTC m=+31.513824217 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e7bec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea26c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea26c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea26c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea26c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea26c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.632412776 +0000 UTC m=+31.513824217 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea26c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1f7a0 item 46 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.633646069 +0000 UTC m=+31.515057509 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea2d00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3200): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3200): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d1fdc0 item 47 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3200): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.634059381 +0000 UTC m=+31.515470822 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3900): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3900): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3900): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.634059381 +0000 UTC m=+31.515470822 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ea3900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944230 item 47 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.635277966 +0000 UTC m=+31.516689407 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4040): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4540): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4540): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4540): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944620 item 48 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4540): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4540): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.635828968 +0000 UTC m=+31.517240409 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4540): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4c40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4c40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.635828968 +0000 UTC m=+31.517240409 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec4c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944850 item 48 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5280): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5280): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5280): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.637111484 +0000 UTC m=+31.518522926 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7944f50 item 49 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.637568899 +0000 UTC m=+31.518980340 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5c40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5c40): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.637568899 +0000 UTC m=+31.518980340 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ec5c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7945260 item 49 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede3c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede3c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede3c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede3c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede3c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.638736458 +0000 UTC m=+31.520147898 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede3c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7945730 item 50 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.639275417 +0000 UTC m=+31.520686858 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ede8c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edee40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edee40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edee40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edee40): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edee40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.639275417 +0000 UTC m=+31.520686858 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edee40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb79459d0 item 50 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf4c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf4c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf4c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf4c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf4c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.64047694 +0000 UTC m=+31.521888381 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf4c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a1c0 item 51 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.640864282 +0000 UTC m=+31.522275723 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7edf9c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc000): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc000): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc000): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.640864282 +0000 UTC m=+31.522275723 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a380 item 51 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.642010531 +0000 UTC m=+31.523421971 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efc680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a850 item 52 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.64251247 +0000 UTC m=+31.523923912 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efcb80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd100): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd100): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd100): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.64251247 +0000 UTC m=+31.523923912 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829aa80 item 52 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd780): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd780): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd780): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd780): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd780): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.643598575 +0000 UTC m=+31.525010067 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7efd780): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c568c0 item 53 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.644180385 +0000 UTC m=+31.525591826 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38c80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b391c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b391c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b391c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b391c0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b391c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.644180385 +0000 UTC m=+31.525591826 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b391c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c56cb0 item 53 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39840): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39840): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39840): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.645450007 +0000 UTC m=+31.526861448 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c57490 item 54 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.646068326 +0000 UTC m=+31.527479767 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39d40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f863c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f863c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f863c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f863c0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f863c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.646068326 +0000 UTC m=+31.527479767 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f863c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c577a0 item 54 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86a40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86a40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86a40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86a40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86a40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.647240213 +0000 UTC m=+31.528651654 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86a40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c150 item 55 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.647642624 +0000 UTC m=+31.529054065 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f86f40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87480): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87480): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87480): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.647642624 +0000 UTC m=+31.529054065 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c3f0 item 55 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87b00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87b00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87b00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87b00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87b00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.648738807 +0000 UTC m=+31.530150248 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7f87b00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c770 item 56 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.649259934 +0000 UTC m=+31.530671375 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2680): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2680): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2680): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.649259934 +0000 UTC m=+31.530671375 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826c930 item 56 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.650434154 +0000 UTC m=+31.531845596 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd2cc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3200): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3200): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826cd90 item 57 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3200): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.650895017 +0000 UTC m=+31.532306457 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826cf50 item 57 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.651354135 +0000 UTC m=+31.532765577 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3cc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3cc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3cc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3cc0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3cc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.651354135 +0000 UTC m=+31.532765577 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fd3cc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826d110 item 57 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.652777687 +0000 UTC m=+31.534189129 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e940): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e940): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826d5e0 item 58 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e940): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.653385427 +0000 UTC m=+31.534796868 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801e940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826d810 item 58 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.653959864 +0000 UTC m=+31.535371306 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801ee80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801f440): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801f440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801f440): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801f440): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801f440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.653959864 +0000 UTC m=+31.535371306 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801f440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826d9d0 item 58 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.655099679 +0000 UTC m=+31.536511120 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb801fa80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80380c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80380c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80380c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb826dd50 item 59 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80380c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80380c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.655461103 +0000 UTC m=+31.536872545 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80380c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248070 item 59 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.655897209 +0000 UTC m=+31.537308650 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038b80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038b80): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.655897209 +0000 UTC m=+31.537308650 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8038b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248230 item 59 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.657218327 +0000 UTC m=+31.538629768 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80391c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039700): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248700 item 60 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039700): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.657630817 +0000 UTC m=+31.539042259 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb82488c0 item 60 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.65817644 +0000 UTC m=+31.539587881 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8039c40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054300): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054300): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054300): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054300): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054300): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.65817644 +0000 UTC m=+31.539587881 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054300): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8248b60 item 60 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.65930279 +0000 UTC m=+31.540714232 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054e80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054e80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054e80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249340 item 61 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054e80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054e80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.659735809 +0000 UTC m=+31.541147251 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8054e80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055580): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055580): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055580): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055580): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055580): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.659735809 +0000 UTC m=+31.541147251 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055580): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249500 item 61 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.661091213 +0000 UTC m=+31.542502664 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8055bc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086200): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086200): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086200): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249880 item 62 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086200): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086200): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.661518722 +0000 UTC m=+31.542930163 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086200): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086900): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086900): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086900): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.661518722 +0000 UTC m=+31.542930163 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249a40 item 62 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.663530698 +0000 UTC m=+31.544942139 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086f40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087480): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087480): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8249dc0 item 63 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087480): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.664032988 +0000 UTC m=+31.545444429 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087b80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087b80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.664032988 +0000 UTC m=+31.545444429 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8087b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d6310 item 63 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): >_readAt: n=0, err=Bad file descriptor 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.665505173 +0000 UTC m=+31.546916613 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086980): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086980): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086980): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81ca3f0 item 64 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086980): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086980): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.665883548 +0000 UTC m=+31.547294989 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb8086980): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0480): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0480): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0480): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.665883548 +0000 UTC m=+31.547294989 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81ca7e0 item 64 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.667061237 +0000 UTC m=+31.548472677 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a0b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cad90 item 65 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.667581129 +0000 UTC m=+31.548992570 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1500): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1500): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1500): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1500): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1500): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.667581129 +0000 UTC m=+31.548992570 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81caf50 item 65 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.668912998 +0000 UTC m=+31.550324440 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb81a1b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb2d0 item 66 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.669436529 +0000 UTC m=+31.550847981 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00140): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00a00): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00a00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00a00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00a00): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00a00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.669436529 +0000 UTC m=+31.550847981 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c00a00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb490 item 66 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c014c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c014c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c014c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c014c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c014c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.670608816 +0000 UTC m=+31.552020257 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c014c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb810 item 67 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.671288743 +0000 UTC m=+31.552700184 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c019c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01ec0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01ec0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.671288743 +0000 UTC m=+31.552700184 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c01ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cb9d0 item 67 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a6c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a6c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a6c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a6c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a6c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.67258287 +0000 UTC m=+31.553994312 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2a6c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81cbd50 item 68 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.673296491 +0000 UTC m=+31.554707952 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2abc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.673296491 +0000 UTC m=+31.554707952 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a150 item 68 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b740): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b740): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b740): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.674788453 +0000 UTC m=+31.556199923 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2b740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a620 item 69 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.67533162 +0000 UTC m=+31.556743061 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7e2bbc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a240): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a240): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a240): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a240): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a240): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.67533162 +0000 UTC m=+31.556743061 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a240): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829a7e0 item 69 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a8c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a8c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a8c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a8c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a8c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.67665827 +0000 UTC m=+31.558069710 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812a8c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829abd0 item 70 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.677231595 +0000 UTC m=+31.558643075 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812adc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b300): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b300): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b300): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b300): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b300): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.677231595 +0000 UTC m=+31.558643075 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b300): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829ae00 item 70 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b980): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b980): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b980): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b980): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b980): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.678593119 +0000 UTC m=+31.560004570 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812b980): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829b420 item 71 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.679110268 +0000 UTC m=+31.560521709 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb812be80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958d40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958d40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958d40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958d40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958d40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.679110268 +0000 UTC m=+31.560521709 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7958d40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829b5e0 item 71 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959980): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959980): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959980): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959980): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959980): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.68025867 +0000 UTC m=+31.561670111 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7959980): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829b9d0 item 72 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.680749078 +0000 UTC m=+31.562160519 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6a740): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6af80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6af80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6af80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6af80): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6af80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.680749078 +0000 UTC m=+31.562160519 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a6af80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb829bc70 item 72 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.681914151 +0000 UTC m=+31.563325593 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7854f80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6440): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6440): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d67e0 item 73 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6440): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.682419728 +0000 UTC m=+31.563831168 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d6a80 item 73 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.682858739 +0000 UTC m=+31.564270180 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6900): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6e40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6e40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.682858739 +0000 UTC m=+31.564270180 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e6e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d6f50 item 73 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.684025175 +0000 UTC m=+31.565436616 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7480): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7980): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7980): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7980): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d75e0 item 74 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7980): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7980): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.684464906 +0000 UTC m=+31.565876347 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7980): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d77a0 item 74 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.68503278 +0000 UTC m=+31.566444221 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb80e7ec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe85c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe85c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe85c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe85c0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe85c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.68503278 +0000 UTC m=+31.566444221 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe85c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78d7a40 item 74 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.686455702 +0000 UTC m=+31.567867143 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe8c00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faa310 item 75 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.686896416 +0000 UTC m=+31.568307876 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): _writeAt: size=3, off=2 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faa620 item 75 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.687529614 +0000 UTC m=+31.568941055 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9b80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9b80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.687529614 +0000 UTC m=+31.568941055 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7fe9b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faa850 item 75 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.688861343 +0000 UTC m=+31.570272814 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac2c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac7c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac7c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac7c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faabd0 item 76 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac7c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac7c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.689391174 +0000 UTC m=+31.570802616 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ac7c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faad90 item 76 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): _writeAt: size=3, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.689949792 +0000 UTC m=+31.571361233 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79acd00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad280): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad280): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad280): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad280): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad280): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.689949792 +0000 UTC m=+31.571361233 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad280): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faaf50 item 76 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.691015267 +0000 UTC m=+31.572426708 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79ad8c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79addc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79addc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79addc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab340 item 77 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79addc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79addc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.69148717 +0000 UTC m=+31.572898611 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb79addc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a065c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a065c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a065c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a065c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a065c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.69148717 +0000 UTC m=+31.572898611 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a065c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab500 item 77 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.693512331 +0000 UTC m=+31.574923792 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a06c00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07100): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07100): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07100): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fab880 item 78 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07100): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07100): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.694052702 +0000 UTC m=+31.575464144 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07100): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07800): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07800): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07800): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07800): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07800): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.694052702 +0000 UTC m=+31.575464144 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07800): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7faba40 item 78 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.695464583 +0000 UTC m=+31.576876035 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7a07e40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4440): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4440): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7fabdc0 item 79 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4440): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.696259898 +0000 UTC m=+31.577671339 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4b40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4b40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.696259898 +0000 UTC m=+31.577671339 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac4b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54150 item 79 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.697835999 +0000 UTC m=+31.579247440 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5680): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5680): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54540 item 80 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5680): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.698752002 +0000 UTC m=+31.580163473 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5d80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5d80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5d80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5d80): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5d80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.698752002 +0000 UTC m=+31.580163473 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ac5d80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54700 item 80 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.701040761 +0000 UTC m=+31.582452212 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad04c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54bd0 item 81 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.701789036 +0000 UTC m=+31.583200477 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0e80): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0e80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0e80): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0e80): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0e80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.701789036 +0000 UTC m=+31.583200477 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad0e80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d54ee0 item 81 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1500): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1500): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1500): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1500): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1500): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.70318641 +0000 UTC m=+31.584597890 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d55500 item 82 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.703749364 +0000 UTC m=+31.585160825 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7ad1a00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee080): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee080): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee080): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.703749364 +0000 UTC m=+31.585160825 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7d55b20 item 82 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee700): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee700): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee700): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee700): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee700): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.705384958 +0000 UTC m=+31.586796399 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aee700): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb795e380 item 83 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.705964074 +0000 UTC m=+31.587375525 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aeec00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef140): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef140): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef140): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef140): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef140): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.705964074 +0000 UTC m=+31.587375525 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef140): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb795e850 item 83 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef7c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef7c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef7c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef7c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef7c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.707215953 +0000 UTC m=+31.588627404 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aef7c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb795f340 item 84 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.707808042 +0000 UTC m=+31.589219483 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7aefcc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc340): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc340): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc340): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.707808042 +0000 UTC m=+31.589219483 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb795f650 item 84 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc9c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc9c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc9c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc9c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc9c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.70929229 +0000 UTC m=+31.590703751 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afc9c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb795fa40 item 85 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.710376831 +0000 UTC m=+31.591788303 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afcec0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd400): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd400): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd400): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.710376831 +0000 UTC m=+31.591788303 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afd400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c622a0 item 85 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afda80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afda80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afda80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afda80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afda80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.713454733 +0000 UTC m=+31.594866175 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7afda80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c62c40 item 86 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.714033608 +0000 UTC m=+31.595445099 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28080): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28600): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28600): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28600): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28600): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28600): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.714033608 +0000 UTC m=+31.595445099 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28600): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c62fc0 item 86 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28c80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28c80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28c80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28c80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28c80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.715429197 +0000 UTC m=+31.596840639 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b28c80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63420 item 87 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.716286229 +0000 UTC m=+31.597697669 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b296c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b296c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b296c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b296c0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b296c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.716286229 +0000 UTC m=+31.597697669 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b296c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63650 item 87 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29d40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29d40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29d40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29d40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29d40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.717632396 +0000 UTC m=+31.599043837 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b29d40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63ab0 item 88 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.718144003 +0000 UTC m=+31.599555444 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38340): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b388c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b388c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b388c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b388c0): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b388c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.718144003 +0000 UTC m=+31.599555444 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b388c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7c63ce0 item 88 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.719250877 +0000 UTC m=+31.600662317 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b38f00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39440): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39440): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cca10 item 89 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39440): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.719630355 +0000 UTC m=+31.601041796 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78ccd90 item 89 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.720174144 +0000 UTC m=+31.601585585 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b39980): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84000): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84000): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84000): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84000): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84000): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.720174144 +0000 UTC m=+31.601585585 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84000): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cd110 item 89 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.72128251 +0000 UTC m=+31.602693951 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84640): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84b80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84b80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84b80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb78cdce0 item 90 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84b80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84b80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.721664492 +0000 UTC m=+31.603075934 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b84b80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7baa1c0 item 90 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.722192772 +0000 UTC m=+31.603604293 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b850c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85680): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85680): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85680): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85680): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85680): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.722192772 +0000 UTC m=+31.603604293 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85680): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7baa700 item 90 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.723300236 +0000 UTC m=+31.604711678 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7b85cc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2300): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2300): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2300): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bab570 item 91 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2300): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2300): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.723737423 +0000 UTC m=+31.605148864 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2300): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): >_readAt: n=2, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): _writeAt: size=3, off=7 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7bab8f0 item 91 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.72432785 +0000 UTC m=+31.605739292 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2840): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2dc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2dc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2dc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2dc0): >_readAt: n=8, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2dc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.72432785 +0000 UTC m=+31.605739292 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be2dc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7babc70 item 91 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.725425817 +0000 UTC m=+31.606837258 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3400): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3940): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3940): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3940): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b96b60 item 92 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3940): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3940): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.725819893 +0000 UTC m=+31.607231334 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3940): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): open at offset 5 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b97180 item 92 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): _readAt: size=2, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): _writeAt: size=3, off=5 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): >_writeAt: n=3, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.72650078 +0000 UTC m=+31.607912222 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7be3e80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2e540): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2e540): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2e540): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2e540): >_readAt: n=3, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2e540): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.72650078 +0000 UTC m=+31.607912222 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2e540): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb7b97d50 item 92 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.727563541 +0000 UTC m=+31.608974983 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2eb80): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f0c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f0c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f0c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122310 item 93 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f0c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f0c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.728104966 +0000 UTC m=+31.609516407 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f0c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f7c0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f7c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f7c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f7c0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f7c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.728104966 +0000 UTC m=+31.609516407 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2f7c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122540 item 93 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.729350842 +0000 UTC m=+31.610762283 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c2fe00): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96440): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96440): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96440): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122a10 item 94 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96440): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96440): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.729713147 +0000 UTC m=+31.611124588 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96440): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96b40): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96b40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96b40): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96b40): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96b40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.729713147 +0000 UTC m=+31.611124588 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c96b40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8122bd0 item 94 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.730908027 +0000 UTC m=+31.612319469 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97180): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c976c0): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c976c0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c976c0): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8123180 item 95 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c976c0): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c976c0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.731319997 +0000 UTC m=+31.612731438 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c976c0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97dc0): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97dc0): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97dc0): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97dc0): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97dc0): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.731319997 +0000 UTC m=+31.612731438 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7c97dc0): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb81233b0 item 95 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 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/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): open at offset 0 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): _readAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): >_readAt: n=0, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.732605318 +0000 UTC m=+31.614016759 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4500): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4a40): _writeAt: size=5, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4a40): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4a40): >openPending: err= 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8123880 item 96 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4a40): >_writeAt: n=5, err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4a40): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.733016877 +0000 UTC m=+31.614428318 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb4a40): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/04 01:58:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/04 01:58:03 DEBUG : open-test-file: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5140): _readAt: size=512, off=0 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5140): openPending: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5140): >openPending: err= 2026/05/04 01:58:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5140): >_readAt: n=5, err=EOF 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5140): close: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-04 01:58:03.733016877 +0000 UTC m=+31.614428318 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : open-test-file(0x1e7eb7cb5140): >close: err= 2026/05/04 01:58:03 DEBUG : open-test-file: Remove: 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1e7eb8123a40 item 96 2026/05/04 01:58:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/04 01:58:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/04 01:58:03 DEBUG : open-test-file: >Remove: err= 2026/05/04 01:58:03 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : >WaitForWriters: 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.39s) --- PASS: TestRWFileHandleOpenTests/writes (0.21s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:03 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:03 DEBUG : file1: newRWFileHandle: 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): openPending: 2026/05/04 01:58:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): >openPending: err= 2026/05/04 01:58:03 DEBUG : file1: >newRWFileHandle: err= 2026/05/04 01:58:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/04 01:58:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): _writeAt: size=2, off=0 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): >_writeAt: n=2, err= 2026/05/04 01:58:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): RWFileHandle.Flush 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): RWFileHandle.Release 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): close: 2026/05/04 01:58:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/04 01:58:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:03 DEBUG : file1(0x1e7eb7d96080): >close: err= 2026/05/04 01:58:03 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:58:03 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:03 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:58:03 DEBUG : file1: vfs cache: starting upload 2026/05/04 01:58:03 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1.a0a9169e.partial" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1.a0a9169e.partial 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1.a0a9169e.partial" 2026/05/04 01:58:03 DEBUG : Looking for writers 2026/05/04 01:58:03 DEBUG : file1: reading active writers 2026/05/04 01:58:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xuvemut2gewa/file1.a0a9169e.partial 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:03 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/04 01:58:03 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/04 01:58:03 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/04 01:58:03 INFO : file1: Copied (new) 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:03 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:04 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/04 01:58:04 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/04 01:58:04 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/04 01:58:04 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/04 01:58:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:04 INFO : file1: vfs cache: upload succeeded try #1 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : file1: reading active writers 2026/05/04 01:58:04 DEBUG : >WaitForWriters: 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:04 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:04 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:04 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:04 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/04 01:58:04 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : file1: reading active writers 2026/05/04 01:58:04 DEBUG : >WaitForWriters: 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:04 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:04 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:04 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:04 DEBUG : rename_me: newRWFileHandle: 2026/05/04 01:58:04 DEBUG : rename_me(0x1e7eb7cda380): openPending: 2026/05/04 01:58:04 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/04 01:58:04 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/04 01:58:04 DEBUG : rename_me(0x1e7eb7cda380): >openPending: err= 2026/05/04 01:58:04 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/04 01:58:04 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/04 01:58:04 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/04 01:58:04 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/04 01:58:04 DEBUG : rename_me(0x1e7eb7cda380): _writeAt: size=5, off=0 2026/05/04 01:58:04 DEBUG : rename_me(0x1e7eb7cda380): >_writeAt: n=5, err= 2026/05/04 01:58:04 DEBUG : rename_me(0x1e7eb7cda380): close: 2026/05/04 01:58:04 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-04 01:58:04.257137592 +0000 UTC m=+32.138549043 2026/05/04 01:58:04 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/04 01:58:04 DEBUG : rename_me(0x1e7eb7cda380): >close: err= 2026/05/04 01:58:04 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/04 01:58:04 DEBUG : i_was_renamed: Updating file with 0x1e7eb7f54d00 2026/05/04 01:58:04 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/04 01:58:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/04 01:58:04 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : i_was_renamed: reading active writers 2026/05/04 01:58:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : i_was_renamed: reading active writers 2026/05/04 01:58:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : i_was_renamed: reading active writers 2026/05/04 01:58:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : i_was_renamed: reading active writers 2026/05/04 01:58:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/04 01:58:04 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/04 01:58:04 DEBUG : i_was_renamed.a7a3ba59.partial: size = 5 OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/i_was_renamed.a7a3ba59.partial" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/i_was_renamed.a7a3ba59.partial 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/i_was_renamed.a7a3ba59.partial" 2026/05/04 01:58:04 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:04 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-xuvemut2gewa/dir/file1: no such file or directory 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : i_was_renamed: reading active writers 2026/05/04 01:58:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/i_was_renamed.a7a3ba59.partial 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:04 DEBUG : i_was_renamed.a7a3ba59.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:04 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:58:04 DEBUG : i_was_renamed.a7a3ba59.partial: renamed to: i_was_renamed 2026/05/04 01:58:04 INFO : i_was_renamed: Copied (new) 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/i_was_renamed" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/i_was_renamed 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/i_was_renamed" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/i_was_renamed 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:04 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:04 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-04 01:58:04 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/04 01:58:04 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/04 01:58:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/04 01:58:04 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/04 01:58:04 DEBUG : Looking for writers 2026/05/04 01:58:04 DEBUG : i_was_renamed: reading active writers 2026/05/04 01:58:04 DEBUG : >WaitForWriters: 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:04 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/04 01:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xuvemut2gewa" 2026/05/04 01:58:04 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:04 DEBUG : forgetting directory cache 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate(0x1e7eb7cdb500): _readAt: size=512, off=0 2026/05/04 01:58:04 DEBUG : TestRWCacheUpdate(0x1e7eb7cdb500): openPending: 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:04 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-04 00:59:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/04 01:58:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cdb500): >openPending: err= 2026/05/04 01:58:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cdb500): >_readAt: n=20, err=EOF 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cdb500): close: 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 00:59:04 +0000 UTC 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cdb500): >close: err= 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : forgetting directory cache 2026/05/04 01:58:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cda0c0): _readAt: size=512, off=0 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cda0c0): openPending: 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-04 01:00:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-04 00:59:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-04 01:00:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-04 00:59:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/04 01:58:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/04 01:58:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cda0c0): >openPending: err= 2026/05/04 01:58:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cda0c0): >_readAt: n=20, err=EOF 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cda0c0): close: 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:00:04 +0000 UTC 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb7cda0c0): >close: err= 2026/05/04 01:58:05 DEBUG : Re-reading directory (101.578114ms old) 2026/05/04 01:58:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : forgetting directory cache 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb79fcb00): _readAt: size=512, off=0 2026/05/04 01:58:05 DEBUG : TestRWCacheUpdate(0x1e7eb79fcb00): openPending: 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:05 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-04 01:01:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-04 01:00:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-04 01:01:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-04 01:00:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/04 01:58:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/04 01:58:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb79fcb00): >openPending: err= 2026/05/04 01:58:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb79fcb00): >_readAt: n=20, err=EOF 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb79fcb00): close: 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:01:04 +0000 UTC 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb79fcb00): >close: err= 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : forgetting directory cache 2026/05/04 01:58:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7e80540): _readAt: size=512, off=0 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7e80540): openPending: 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-04 01:02:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-04 01:01:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-04 01:02:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-04 01:01:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/04 01:58:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/04 01:58:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7e80540): >openPending: err= 2026/05/04 01:58:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7e80540): >_readAt: n=20, err=EOF 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7e80540): close: 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:02:04 +0000 UTC 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7e80540): >close: err= 2026/05/04 01:58:06 DEBUG : Re-reading directory (101.041538ms old) 2026/05/04 01:58:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : forgetting directory cache 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7cdaa80): _readAt: size=512, off=0 2026/05/04 01:58:06 DEBUG : TestRWCacheUpdate(0x1e7eb7cdaa80): openPending: 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:06 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-04 01:03:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-04 01:02:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-04 01:03:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-04 01:02:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/04 01:58:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/04 01:58:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7cdaa80): >openPending: err= 2026/05/04 01:58:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7cdaa80): >_readAt: n=20, err=EOF 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7cdaa80): close: 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:03:04 +0000 UTC 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7cdaa80): >close: err= 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : forgetting directory cache 2026/05/04 01:58:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e81500): _readAt: size=512, off=0 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e81500): openPending: 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-04 01:04:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-04 01:03:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-04 01:04:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-04 01:03:04 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/04 01:58:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/04 01:58:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e81500): >openPending: err= 2026/05/04 01:58:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e81500): >_readAt: n=20, err=EOF 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e81500): close: 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:04:04 +0000 UTC 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e81500): >close: err= 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : forgetting directory cache 2026/05/04 01:58:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e2a580): _readAt: size=512, off=0 2026/05/04 01:58:07 DEBUG : TestRWCacheUpdate(0x1e7eb7e2a580): openPending: 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:07 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-04 01:05:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-04 01:04:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-04 01:05:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-04 01:04:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/04 01:58:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/04 01:58:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7e2a580): >openPending: err= 2026/05/04 01:58:08 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7e2a580): >_readAt: n=21, err=EOF 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7e2a580): close: 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:05:04 +0000 UTC 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7e2a580): >close: err= 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : forgetting directory cache 2026/05/04 01:58:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7958d00): _readAt: size=512, off=0 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7958d00): openPending: 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-04 01:06:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-04 01:05:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-04 01:06:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-04 01:05:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/04 01:58:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/04 01:58:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7958d00): >openPending: err= 2026/05/04 01:58:08 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7958d00): >_readAt: n=22, err=EOF 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7958d00): close: 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:06:04 +0000 UTC 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7958d00): >close: err= 2026/05/04 01:58:08 DEBUG : Re-reading directory (100.362504ms old) 2026/05/04 01:58:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/04 01:58:08 DEBUG : forgetting directory cache 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7c00dc0): _readAt: size=512, off=0 2026/05/04 01:58:08 DEBUG : TestRWCacheUpdate(0x1e7eb7c00dc0): openPending: 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:08 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-04 01:07:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-04 01:06:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-04 01:07:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-04 01:06:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/04 01:58:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/04 01:58:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c00dc0): >openPending: err= 2026/05/04 01:58:09 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c00dc0): >_readAt: n=23, err=EOF 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c00dc0): close: 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:07:04 +0000 UTC 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c00dc0): >close: err= 2026/05/04 01:58:09 DEBUG : Re-reading directory (102.245106ms old) 2026/05/04 01:58:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/04 01:58:09 DEBUG : forgetting directory cache 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c01c40): _readAt: size=512, off=0 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c01c40): openPending: 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xuvemut2gewa/TestRWCacheUpdate 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-04 01:08:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-04 01:07:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-04 01:08:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-04 01:07:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/04 01:58:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/04 01:58:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c01c40): >openPending: err= 2026/05/04 01:58:09 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c01c40): >_readAt: n=24, err=EOF 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c01c40): close: 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-04 01:08:04 +0000 UTC 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate(0x1e7eb7c01c40): >close: err= 2026/05/04 01:58:09 DEBUG : Re-reading directory (107.044855ms old) 2026/05/04 01:58:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/04 01:58:09 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:09 DEBUG : Looking for writers 2026/05/04 01:58:09 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/04 01:58:09 DEBUG : >WaitForWriters: 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.02s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:09 DEBUG : forgetting directory cache 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:09 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/04 01:58:09 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:09 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:09 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:09 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:09 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:09 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:09 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:09 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:09 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/04 01:58:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/04 01:58:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/04 01:58:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/04 01:58:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/04 01:58:10 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/04 01:58:10 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/04 01:58:10 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/FiLeA" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xuvemut2gewa/FiLeA 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:10 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/04 01:58:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/04 01:58:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/04 01:58:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/04 01:58:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:10 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FiLeB" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xuvemut2gewa/FiLeB 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/04 01:58:11 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/04 01:58:11 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/04 01:58:11 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/04 01:58:11 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:11 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/FilEb" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xuvemut2gewa/FilEb 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/04 01:58:11 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/04 01:58:11 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/04 01:58:11 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/04 01:58:11 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/04 01:58:11 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/04 01:58:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/04 01:58:11 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/04 01:58:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:11 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:11 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:11 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:11 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/04 01:58:11 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/04 01:58:11 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/04 01:58:11 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:11 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:11 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/04 01:58:11 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/04 01:58:11 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/04 01:58:11 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:11 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:11 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:11 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:11 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:11 DEBUG : Looking for writers 2026/05/04 01:58:11 DEBUG : FiLeA: reading active writers 2026/05/04 01:58:11 DEBUG : FiLeB: reading active writers 2026/05/04 01:58:11 DEBUG : FilEb: reading active writers 2026/05/04 01:58:11 DEBUG : >WaitForWriters: 2026/05/04 01:58:11 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:11 DEBUG : Looking for writers 2026/05/04 01:58:11 DEBUG : FiLeA: reading active writers 2026/05/04 01:58:11 DEBUG : FiLeB: reading active writers 2026/05/04 01:58:11 DEBUG : FilEb: reading active writers 2026/05/04 01:58:11 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.55s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/normal name with no special characters.txt" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/normal\ name\ with\ no\ special\ characters.txt 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/normal\ name\ with\ no\ special\ characters.txt" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xuvemut2gewa/normal name with no special characters.txt 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/normal name with no special characters.txt" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/normal\ name\ with\ no\ special\ characters.txt 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/normal\ name\ with\ no\ special\ characters.txt" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xuvemut2gewa/normal name with no special characters.txt 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/測試_Русский___ě_áñ" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/測試_Русский___ě_áñ" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/04 01:58:11 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/normal name with no special characters.txt" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/normal\ name\ with\ no\ special\ characters.txt 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/normal\ name\ with\ no\ special\ characters.txt" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xuvemut2gewa/normal name with no special characters.txt 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/測試_Русский___ě_áñ" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xuvemut2gewa/測試_Русский___ě_áñ 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:11 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:11 DEBUG : Looking for writers 2026/05/04 01:58:11 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/04 01:58:11 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/04 01:58:11 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:11 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Reusing VFS from active cache 2026/05/04 01:58:11 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:11 DEBUG : Looking for writers 2026/05/04 01:58:11 DEBUG : >WaitForWriters: 2026/05/04 01:58:11 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:11 DEBUG : Looking for writers 2026/05/04 01:58:11 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:11 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:11 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:11 DEBUG : Looking for writers 2026/05/04 01:58:11 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:11 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:11 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:11 DEBUG : Looking for writers 2026/05/04 01:58:11 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:11 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:11 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:11 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/04 01:58:12 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:12 DEBUG : dir: Looking for writers 2026/05/04 01:58:12 DEBUG : file2: reading active writers 2026/05/04 01:58:12 DEBUG : Looking for writers 2026/05/04 01:58:12 DEBUG : file1: reading active writers 2026/05/04 01:58:12 DEBUG : dir: reading active writers 2026/05/04 01:58:12 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:12 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/04 01:58:12 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:12 DEBUG : dir: Looking for writers 2026/05/04 01:58:12 DEBUG : Looking for writers 2026/05/04 01:58:12 DEBUG : dir: reading active writers 2026/05/04 01:58:12 DEBUG : file1: reading active writers 2026/05/04 01:58:12 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:12 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/04 01:58:12 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:12 DEBUG : file1: Open: flags=O_RDONLY 2026/05/04 01:58:12 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/04 01:58:12 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/04 01:58:12 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:12 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/04 01:58:12 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/04 01:58:12 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:12 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:12 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/04 01:58:12 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/04 01:58:12 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/04 01:58:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/04 01:58:12 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/new_file.txt" 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/new_file.txt 2026/05/04 01:58:12 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/new_file.txt" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/dir/new_file.txt 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:13 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/04 01:58:13 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/04 01:58:13 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/04 01:58:13 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:13 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/04 01:58:13 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:13 DEBUG : dir: Looking for writers 2026/05/04 01:58:13 DEBUG : file2: reading active writers 2026/05/04 01:58:13 DEBUG : new_file.txt: reading active writers 2026/05/04 01:58:13 DEBUG : Looking for writers 2026/05/04 01:58:13 DEBUG : dir: reading active writers 2026/05/04 01:58:13 DEBUG : file1: reading active writers 2026/05/04 01:58:13 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:13 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file2" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xuvemut2gewa/dir/file2 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/04 01:58:13 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/04 01:58:13 DEBUG : dir/file1: Updating file with dir/file1 0x1e7eb82675f0 2026/05/04 01:58:13 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/04 01:58:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/dir/file1" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xuvemut2gewa/dir/file1 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/04 01:58:13 INFO : dir/file1: Moved (server-side) to: file0 2026/05/04 01:58:13 DEBUG : file0: Updating file with file0 0x1e7eb82675f0 2026/05/04 01:58:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/04 01:58:13 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file0" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file0 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file0" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xuvemut2gewa/file0 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file0" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file0 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file0" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xuvemut2gewa/file0 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/04 01:58:13 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:13 DEBUG : dir: Looking for writers 2026/05/04 01:58:13 DEBUG : Looking for writers 2026/05/04 01:58:13 DEBUG : dir: reading active writers 2026/05/04 01:58:13 DEBUG : file0: reading active writers 2026/05/04 01:58:13 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:13 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Server has VFS statistics extension 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: About path "/rclone-test-xuvemut2gewa" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: About path "/rclone-test-xuvemut2gewa" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: About using shell command for shell type "unix" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: df -k /rclone-test-xuvemut2gewa 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: 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-xuvemut2gewa" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 56366476 94406532 35% / 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:13 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:13 DEBUG : Looking for writers 2026/05/04 01:58:13 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:13 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:13 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/04 01:58:13 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/04 01:58:13 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/04 01:58:13 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: 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/04 01:58:13 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/04 01:58:13 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: 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/04 01:58:14 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:14 DEBUG : c: Looking for writers 2026/05/04 01:58:14 DEBUG : d: Looking for writers 2026/05/04 01:58:14 DEBUG : Looking for writers 2026/05/04 01:58:14 DEBUG : a: Looking for writers 2026/05/04 01:58:14 DEBUG : b: Looking for writers 2026/05/04 01:58:14 DEBUG : Looking for writers 2026/05/04 01:58:14 DEBUG : /: reading active writers 2026/05/04 01:58:14 DEBUG : a: reading active writers 2026/05/04 01:58:14 DEBUG : b: reading active writers 2026/05/04 01:58:14 DEBUG : c: reading active writers 2026/05/04 01:58:14 DEBUG : d: reading active writers 2026/05/04 01:58:14 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:14 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/04 01:58:14 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/04 01:58:14 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/04 01:58:14 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/04 01:58:14 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:14 DEBUG : a/b/c/d: Looking for writers 2026/05/04 01:58:14 DEBUG : a/b/c: Looking for writers 2026/05/04 01:58:14 DEBUG : d: reading active writers 2026/05/04 01:58:14 DEBUG : a/b: Looking for writers 2026/05/04 01:58:14 DEBUG : c: reading active writers 2026/05/04 01:58:14 DEBUG : a: Looking for writers 2026/05/04 01:58:14 DEBUG : b: reading active writers 2026/05/04 01:58:14 DEBUG : Looking for writers 2026/05/04 01:58:14 DEBUG : a: reading active writers 2026/05/04 01:58:14 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.05s) === 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-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:14 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:14 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:14 DEBUG : Looking for writers 2026/05/04 01:58:14 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-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:14 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/04 01:58:14 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/04 01:58:14 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/04 01:58:14 DEBUG : file1: size = 5 OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:14 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:14 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:58:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:14 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:14 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/04 01:58:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:14 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/04 01:58:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/04 01:58:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/04 01:58:14 DEBUG : file1: size = 0 OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:14 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:14 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/04 01:58:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/04 01:58:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (7 bytes), uploading instead of streaming 2026/05/04 01:58:14 DEBUG : file1: size = 7 OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:14 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:14 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/04 01:58:14 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/04 01:58:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:14 DEBUG : Looking for writers 2026/05/04 01:58:14 DEBUG : file1: reading active writers 2026/05/04 01:58:14 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:14 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:14 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/04 01:58:15 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/04 01:58:15 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/04 01:58:15 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (11 bytes), uploading instead of streaming 2026/05/04 01:58:15 DEBUG : file1: size = 11 OK 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:58:15 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/04 01:58:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:15 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:15 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/04 01:58:15 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:15 DEBUG : Looking for writers 2026/05/04 01:58:15 DEBUG : file1: reading active writers 2026/05/04 01:58:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.33s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:15 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:15 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/04 01:58:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/04 01:58:15 DEBUG : file1: size = 5 OK 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:15 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/04 01:58:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/04 01:58:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/04 01:58:16 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:16 DEBUG : Looking for writers 2026/05/04 01:58:16 DEBUG : file1: reading active writers 2026/05/04 01:58:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.12s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:16 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : file1: WriteFileHandle.Release closing 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/04 01:58:16 DEBUG : file1: size = 0 OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:16 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/04 01:58:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/04 01:58:16 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:16 DEBUG : Looking for writers 2026/05/04 01:58:16 DEBUG : file1: reading active writers 2026/05/04 01:58:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:16 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (2 bytes), uploading instead of streaming 2026/05/04 01:58:16 DEBUG : file1: size = 2 OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/04 01:58:16 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/04 01:58:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:16 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:16 DEBUG : Looking for writers 2026/05/04 01:58:16 DEBUG : file1: reading active writers 2026/05/04 01:58:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:16 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/04 01:58:16 DEBUG : file1: size = 0 OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/04 01:58:16 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/04 01:58:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:16 DEBUG : file1: Open: flags=O_RDONLY 2026/05/04 01:58:16 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/04 01:58:16 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/04 01:58:16 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:16 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:16 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:16 DEBUG : Looking for writers 2026/05/04 01:58:16 DEBUG : file1: reading active writers 2026/05/04 01:58:16 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:16 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/04 01:58:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: File to upload is small (100 bytes), uploading instead of streaming 2026/05/04 01:58:16 DEBUG : file1: size = 100 OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/file1" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 51564f6931e4c4ed37db86ab82cf9471 /rclone-test-xuvemut2gewa/file1 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : file1: Parsed hash: 51564f6931e4c4ed37db86ab82cf9471 2026/05/04 01:58:16 DEBUG : file1: md5 = 51564f6931e4c4ed37db86ab82cf9471 OK 2026/05/04 01:58:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/04 01:58:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/04 01:58:16 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/04 01:58:16 DEBUG : file1: Open: flags=O_RDONLY 2026/05/04 01:58:16 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/04 01:58:16 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/04 01:58:16 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:16 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:16 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:16 DEBUG : Looking for writers 2026/05/04 01:58:16 DEBUG : file1: reading active writers 2026/05/04 01:58:16 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:16 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f000.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f000.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f000.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xuvemut2gewa/flat/f000.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f000.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/flat/f000.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/flat/f000.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-xuvemut2gewa/flat/f000.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f001.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f001.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f001.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xuvemut2gewa/flat/f001.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f001.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/flat/f001.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/flat/f001.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-xuvemut2gewa/flat/f001.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f002.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f002.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f002.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xuvemut2gewa/flat/f002.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:16 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f002.txt" 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/flat/f002.txt 2026/05/04 01:58:16 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/flat/f002.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-xuvemut2gewa/flat/f002.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f003.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f003.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f003.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xuvemut2gewa/flat/f003.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f003.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/flat/f003.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/flat/f003.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-xuvemut2gewa/flat/f003.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f004.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f004.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f004.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xuvemut2gewa/flat/f004.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f004.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: sha1sum /rclone-test-xuvemut2gewa/flat/f004.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xuvemut2gewa/flat/f004.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-xuvemut2gewa/flat/f004.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/04 01:58:17 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/04 01:58:17 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/04 01:58:17 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:17 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f000.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f000.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f000.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xuvemut2gewa/flat/f000.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/04 01:58:17 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/04 01:58:17 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/04 01:58:17 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:17 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f001.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f001.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f001.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xuvemut2gewa/flat/f001.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/04 01:58:17 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/04 01:58:17 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/04 01:58:17 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:17 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f002.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f002.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f002.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xuvemut2gewa/flat/f002.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/04 01:58:17 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/04 01:58:17 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/04 01:58:17 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:17 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f003.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f003.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f003.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xuvemut2gewa/flat/f003.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/04 01:58:17 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/04 01:58:17 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/04 01:58:17 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:17 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/flat/f004.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/flat/f004.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/flat/f004.txt" 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xuvemut2gewa/flat/f004.txt 2026/05/04 01:58:17 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:17 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/04 01:58:17 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:17 DEBUG : flat: Looking for writers 2026/05/04 01:58:17 DEBUG : f000.txt: reading active writers 2026/05/04 01:58:17 DEBUG : f001.txt: reading active writers 2026/05/04 01:58:17 DEBUG : f002.txt: reading active writers 2026/05/04 01:58:17 DEBUG : f003.txt: reading active writers 2026/05/04 01:58:17 DEBUG : f004.txt: reading active writers 2026/05/04 01:58:17 DEBUG : Looking for writers 2026/05/04 01:58:17 DEBUG : flat: reading active writers 2026/05/04 01:58:17 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.52s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:17 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:18 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/04 01:58:18 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/04 01:58:18 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:18 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/a/b/c/deep.txt" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/a/b/c/deep.txt 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/a/b/c/deep.txt" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-xuvemut2gewa/a/b/c/deep.txt 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:18 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/04 01:58:18 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/04 01:58:18 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/04 01:58:18 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:18 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/a/b/mid.txt" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/a/b/mid.txt 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/a/b/mid.txt" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-xuvemut2gewa/a/b/mid.txt 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:18 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/04 01:58:18 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/04 01:58:18 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/04 01:58:18 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:18 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/a/top.txt" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/a/top.txt 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/a/top.txt" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-xuvemut2gewa/a/top.txt 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:18 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/04 01:58:18 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:18 DEBUG : a/b/c: Looking for writers 2026/05/04 01:58:18 DEBUG : deep.txt: reading active writers 2026/05/04 01:58:18 DEBUG : a/b: Looking for writers 2026/05/04 01:58:18 DEBUG : mid.txt: reading active writers 2026/05/04 01:58:18 DEBUG : c: reading active writers 2026/05/04 01:58:18 DEBUG : a: Looking for writers 2026/05/04 01:58:18 DEBUG : b: reading active writers 2026/05/04 01:58:18 DEBUG : top.txt: reading active writers 2026/05/04 01:58:18 DEBUG : Looking for writers 2026/05/04 01:58:18 DEBUG : a: reading active writers 2026/05/04 01:58:18 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.34s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:18 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/bigdir/big.bin" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/bigdir/big.bin 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/bigdir/big.bin" 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: b8b7e04ce5d8e54745d96b36ced5edab /rclone-test-xuvemut2gewa/bigdir/big.bin 2026/05/04 01:58:18 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:18 DEBUG : bigdir/big.bin: Parsed hash: b8b7e04ce5d8e54745d96b36ced5edab 2026/05/04 01:58:19 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:19 DEBUG : bigdir: Looking for writers 2026/05/04 01:58:19 DEBUG : big.bin: reading active writers 2026/05/04 01:58:19 DEBUG : Looking for writers 2026/05/04 01:58:19 DEBUG : bigdir: reading active writers 2026/05/04 01:58:19 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.73s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-xuvemut2gewa", Local "Local file system at /tmp/rclone1037983189", Modify Window "1s" 2026/05/04 01:58:19 INFO : sftp://rclone@:22/rclone-test-xuvemut2gewa: poll-interval is not supported by this remote 2026/05/04 01:58:19 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/04 01:58:19 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/04 01:58:19 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:19 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir1/a.txt" 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir1/a.txt 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir1/a.txt" 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-xuvemut2gewa/dir1/a.txt 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:19 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/04 01:58:19 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/04 01:58:19 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/04 01:58:19 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:19 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir2/b.txt" 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir2/b.txt 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir2/b.txt" 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: 415290769594460e2e485922904f345d /rclone-test-xuvemut2gewa/dir2/b.txt 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:19 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/04 01:58:19 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/04 01:58:19 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/04 01:58:19 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/04 01:58:19 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Shell path "/rclone-test-xuvemut2gewa/dir3/c.txt" 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: creating additional session 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Running remote command: md5sum /rclone-test-xuvemut2gewa/dir3/c.txt 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xuvemut2gewa/dir3/c.txt" 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: command exited OK 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-xuvemut2gewa/dir3/c.txt 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: ssh external: close 2026/05/04 01:58:19 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/04 01:58:19 DEBUG : WaitForWriters: timeout=30s 2026/05/04 01:58:19 DEBUG : dir2: Looking for writers 2026/05/04 01:58:19 DEBUG : b.txt: reading active writers 2026/05/04 01:58:19 DEBUG : dir3: Looking for writers 2026/05/04 01:58:19 DEBUG : c.txt: reading active writers 2026/05/04 01:58:19 DEBUG : dir1: Looking for writers 2026/05/04 01:58:19 DEBUG : a.txt: reading active writers 2026/05/04 01:58:19 DEBUG : Looking for writers 2026/05/04 01:58:19 DEBUG : dir1: reading active writers 2026/05/04 01:58:19 DEBUG : dir2: reading active writers 2026/05/04 01:58:19 DEBUG : dir3: reading active writers 2026/05/04 01:58:19 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/04 01:58:19 DEBUG : sftp://rclone@:22/rclone-test-xuvemut2gewa: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 47.266461031s (try 1/5)