"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/19 01:16:58 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-gevoqiq3lico" 2026/05/19 01:16:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/19 01:16:58 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/19 01:16:58 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/19 01:16:58 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/19 01:16:58 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/19 01:16:58 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/19 01:16:58 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: 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/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell type "unix" from config 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Relative path resolved to "/rclone-test-gevoqiq3lico" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Using root directory "/rclone-test-gevoqiq3lico" 2026/05/19 01:16:59 DEBUG : Creating backend with remote "/tmp/rclone1753691086" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:16:59 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:16:59 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:16:59 DEBUG : dir: Looking for writers 2026/05/19 01:16:59 DEBUG : Looking for writers 2026/05/19 01:16:59 DEBUG : dir: reading active writers 2026/05/19 01:16:59 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.24s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:16:59 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:16:59 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/19 01:16:59 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:16:59 DEBUG : dir/subdir: Looking for writers 2026/05/19 01:16:59 DEBUG : dir: Looking for writers 2026/05/19 01:16:59 DEBUG : file1: reading active writers 2026/05/19 01:16:59 DEBUG : file2: reading active writers 2026/05/19 01:16:59 DEBUG : subdir: reading active writers 2026/05/19 01:16:59 DEBUG : Looking for writers 2026/05/19 01:16:59 DEBUG : dir: reading active writers 2026/05/19 01:16:59 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.66s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:16:59 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:16:59 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:00 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:00 DEBUG : dir: Looking for writers 2026/05/19 01:17:00 DEBUG : file1: reading active writers 2026/05/19 01:17:00 DEBUG : Looking for writers 2026/05/19 01:17:00 DEBUG : dir: reading active writers 2026/05/19 01:17:00 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.20s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:00 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:00 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:00 DEBUG : dir: Looking for writers 2026/05/19 01:17:00 DEBUG : Looking for writers 2026/05/19 01:17:00 DEBUG : dir: reading active writers 2026/05/19 01:17:00 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:00 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:00 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:00 DEBUG : forgetting directory cache 2026/05/19 01:17:00 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:00 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:00 DEBUG : Looking for writers 2026/05/19 01:17:00 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.17s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:00 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:00 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/19 01:17:00 DEBUG : dir: invalidating directory cache 2026/05/19 01:17:00 DEBUG : >ForgetPath: 2026/05/19 01:17:00 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/19 01:17:00 DEBUG : invalidating directory cache 2026/05/19 01:17:00 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:00 DEBUG : >ForgetPath: 2026/05/19 01:17:00 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/19 01:17:00 DEBUG : >ForgetPath: 2026/05/19 01:17:00 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:00 DEBUG : dir: Looking for writers 2026/05/19 01:17:00 DEBUG : Looking for writers 2026/05/19 01:17:00 DEBUG : dir: reading active writers 2026/05/19 01:17:00 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.20s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:00 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:00 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: 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/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/fil/a/b/c" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/fil/a/b/c 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/fil/a/b/c" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-gevoqiq3lico/fil/a/b/c 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/fil/a/b/c" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/fil/a/b/c 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/fil/a/b/c" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-gevoqiq3lico/fil/a/b/c 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/19 01:17:01 DEBUG : forgetting directory cache 2026/05/19 01:17:01 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:01 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:01 DEBUG : dir: Looking for writers 2026/05/19 01:17:01 DEBUG : fil/a/b: Looking for writers 2026/05/19 01:17:01 DEBUG : fil/a: Looking for writers 2026/05/19 01:17:01 DEBUG : b: reading active writers 2026/05/19 01:17:01 DEBUG : fil: Looking for writers 2026/05/19 01:17:01 DEBUG : a: reading active writers 2026/05/19 01:17:01 DEBUG : Looking for writers 2026/05/19 01:17:01 DEBUG : dir: reading active writers 2026/05/19 01:17:01 DEBUG : fil: reading active writers 2026/05/19 01:17:01 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.78s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:01 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:01 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:01 DEBUG : dir: Looking for writers 2026/05/19 01:17:01 DEBUG : Looking for writers 2026/05/19 01:17:01 DEBUG : dir: reading active writers 2026/05/19 01:17:01 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:01 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:01 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:01 DEBUG : dir: Looking for writers 2026/05/19 01:17:01 DEBUG : file1: reading active writers 2026/05/19 01:17:01 DEBUG : Looking for writers 2026/05/19 01:17:01 DEBUG : dir: reading active writers 2026/05/19 01:17:01 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:01 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:01 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/subdir/file3" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gevoqiq3lico/dir/subdir/file3 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/19 01:17:02 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/19 01:17:02 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/19 01:17:02 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/19 01:17:02 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/19 01:17:02 DEBUG : Waiting for deletions to finish 2026/05/19 01:17:02 INFO : dir/subdir/file3: Deleted 2026/05/19 01:17:02 DEBUG : removing 1 level 2 directories 2026/05/19 01:17:02 INFO : dir/subdir: Removing directory 2026/05/19 01:17:02 DEBUG : dir: invalidating directory cache 2026/05/19 01:17:02 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/19 01:17:02 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/19 01:17:02 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/19 01:17:02 DEBUG : dir/file1: Reset virtual modtime 2026/05/19 01:17:02 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/19 01:17:02 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/19 01:17:02 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/19 01:17:02 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/19 01:17:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:02 DEBUG : dir: invalidating directory cache 2026/05/19 01:17:02 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/19 01:17:02 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/19 01:17:02 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/19 01:17:02 DEBUG : forgetting directory cache 2026/05/19 01:17:02 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:02 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/19 01:17:02 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:02 DEBUG : dir/virtualDir: Looking for writers 2026/05/19 01:17:02 DEBUG : dir: Looking for writers 2026/05/19 01:17:02 DEBUG : file1: reading active writers 2026/05/19 01:17:02 DEBUG : virtualFile2: reading active writers 2026/05/19 01:17:02 DEBUG : virtualFile: reading active writers 2026/05/19 01:17:02 DEBUG : virtualDir: reading active writers 2026/05/19 01:17:02 DEBUG : Looking for writers 2026/05/19 01:17:02 DEBUG : dir: reading active writers 2026/05/19 01:17:02 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.59s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:02 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:02 ERROR : dir/: Can only open directories read only 2026/05/19 01:17:02 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:02 DEBUG : dir: Looking for writers 2026/05/19 01:17:02 DEBUG : Looking for writers 2026/05/19 01:17:02 DEBUG : dir: reading active writers 2026/05/19 01:17:02 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.22s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:02 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:02 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:03 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:03 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/19 01:17:03 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/19 01:17:03 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (5 bytes), uploading instead of streaming 2026/05/19 01:17:03 DEBUG : dir/potato: size = 5 OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/potato" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/potato 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/potato" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/dir/potato 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:03 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:03 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/19 01:17:03 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/19 01:17:03 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:03 DEBUG : dir: Looking for writers 2026/05/19 01:17:03 DEBUG : file1: reading active writers 2026/05/19 01:17:03 DEBUG : potato: reading active writers 2026/05/19 01:17:03 DEBUG : Looking for writers 2026/05/19 01:17:03 DEBUG : dir: reading active writers 2026/05/19 01:17:03 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.42s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:03 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:03 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:03 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:03 DEBUG : dir/sub: Looking for writers 2026/05/19 01:17:03 DEBUG : dir: Looking for writers 2026/05/19 01:17:03 DEBUG : file1: reading active writers 2026/05/19 01:17:03 DEBUG : sub: reading active writers 2026/05/19 01:17:03 DEBUG : Looking for writers 2026/05/19 01:17:03 DEBUG : dir: reading active writers 2026/05/19 01:17:03 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.53s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:03 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:03 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/19 01:17:03 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:03 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:04 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:04 DEBUG : dir/sub/subsub: Looking for writers 2026/05/19 01:17:04 DEBUG : dir/sub: Looking for writers 2026/05/19 01:17:04 DEBUG : subsub: reading active writers 2026/05/19 01:17:04 DEBUG : dir: Looking for writers 2026/05/19 01:17:04 DEBUG : sub: reading active writers 2026/05/19 01:17:04 DEBUG : file1: reading active writers 2026/05/19 01:17:04 DEBUG : Looking for writers 2026/05/19 01:17:04 DEBUG : dir: reading active writers 2026/05/19 01:17:04 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.40s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:04 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:04 ERROR : dir/: Dir.Remove not empty 2026/05/19 01:17:04 DEBUG : dir/file1: Remove: 2026/05/19 01:17:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:04 DEBUG : dir/file1: >Remove: err= 2026/05/19 01:17:04 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/19 01:17:04 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:04 DEBUG : Looking for writers 2026/05/19 01:17:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:04 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:04 DEBUG : dir/file1: Remove: 2026/05/19 01:17:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:04 DEBUG : dir/file1: >Remove: err= 2026/05/19 01:17:04 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/19 01:17:04 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:04 DEBUG : Looking for writers 2026/05/19 01:17:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.17s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:04 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:04 DEBUG : dir/file1: Remove: 2026/05/19 01:17:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:04 DEBUG : dir/file1: >Remove: err= 2026/05/19 01:17:04 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:04 DEBUG : dir: Looking for writers 2026/05/19 01:17:04 DEBUG : Looking for writers 2026/05/19 01:17:04 DEBUG : dir: reading active writers 2026/05/19 01:17:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:04 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:04 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gevoqiq3lico/dir/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gevoqiq3lico/dir/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/19 01:17:05 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/19 01:17:05 DEBUG : dir: Updating dir with dir2 0x33d1f04b8b60 2026/05/19 01:17:05 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:05 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/19 01:17:05 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir2/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir2/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir2/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir2/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir2/file1" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir2/file1 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:05 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/19 01:17:05 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/19 01:17:05 DEBUG : file2: Updating file with file2 0x33d1f04c5a00 2026/05/19 01:17:05 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:05 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:05 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/19 01:17:06 INFO : dir2/file3: Deleted 2026/05/19 01:17:06 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/19 01:17:06 DEBUG : dir2/file3: Updating file with dir2/file3 0x33d1f04c5a00 2026/05/19 01:17:06 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/19 01:17:06 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir2/file3" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir2/file3 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:06 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/19 01:17:06 DEBUG : empty directory: Updating dir with renamed empty directory 0x33d1f074c0d0 2026/05/19 01:17:06 DEBUG : empty directory: forgetting directory cache 2026/05/19 01:17:06 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/19 01:17:06 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/19 01:17:06 DEBUG : dir2: Renaming to "dir3" 2026/05/19 01:17:06 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:06 DEBUG : renamed empty directory: Looking for writers 2026/05/19 01:17:06 DEBUG : dir3: Looking for writers 2026/05/19 01:17:06 DEBUG : file3: reading active writers 2026/05/19 01:17:06 DEBUG : Looking for writers 2026/05/19 01:17:06 DEBUG : dir3: reading active writers 2026/05/19 01:17:06 DEBUG : renamed empty directory: reading active writers 2026/05/19 01:17:06 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.72s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:06 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:06 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/19 01:17:06 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:06 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/19 01:17:06 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/19 01:17:06 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/19 01:17:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/19 01:17:06 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:06 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/19 01:17:06 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/19 01:17:06 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/19 01:17:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (12 bytes), uploading instead of streaming 2026/05/19 01:17:06 DEBUG : dir/sub/file2: size = 12 OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/sub/file2" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/sub/file2 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/sub/file2" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-gevoqiq3lico/dir/sub/file2 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/19 01:17:06 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/19 01:17:06 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/19 01:17:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/19 01:17:06 DEBUG : forgetting directory cache 2026/05/19 01:17:06 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:06 DEBUG : dir/sub: forgetting directory cache 2026/05/19 01:17:06 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/19 01:17:06 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (5 bytes), uploading instead of streaming 2026/05/19 01:17:06 DEBUG : dir/sub/file0: size = 5 OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/sub/file0" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/sub/file0 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/sub/file0" 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/dir/sub/file0 2026/05/19 01:17:06 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:06 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:06 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:06 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/19 01:17:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/19 01:17:06 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:06 DEBUG : dir/sub: Looking for writers 2026/05/19 01:17:06 DEBUG : file0: reading active writers 2026/05/19 01:17:06 DEBUG : file2: reading active writers 2026/05/19 01:17:06 DEBUG : dir: Looking for writers 2026/05/19 01:17:06 DEBUG : file1: reading active writers 2026/05/19 01:17:06 DEBUG : sub: reading active writers 2026/05/19 01:17:06 DEBUG : Looking for writers 2026/05/19 01:17:06 DEBUG : dir: reading active writers 2026/05/19 01:17:06 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:06 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:06 DEBUG : forgetting directory cache 2026/05/19 01:17:08 DEBUG : forgetting directory cache 2026/05/19 01:17:08 DEBUG : dir: forgetting directory cache 2026/05/19 01:17:08 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:08 DEBUG : dir: Looking for writers 2026/05/19 01:17:08 DEBUG : Looking for writers 2026/05/19 01:17:08 DEBUG : dir: reading active writers 2026/05/19 01:17:08 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:08 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/19 01:17:08 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:08 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/19 01:17:08 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/19 01:17:08 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/19 01:17:08 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:08 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:08 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/19 01:17:08 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:08 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/19 01:17:08 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/19 01:17:08 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/19 01:17:08 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:08 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:08 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:08 DEBUG : dir: Looking for writers 2026/05/19 01:17:08 DEBUG : file1: reading active writers 2026/05/19 01:17:08 DEBUG : file1.metadata: reading active writers 2026/05/19 01:17:08 DEBUG : Looking for writers 2026/05/19 01:17:08 DEBUG : dir: reading active writers 2026/05/19 01:17:08 DEBUG : dir.metadata: reading active writers 2026/05/19 01:17:08 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:08 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:08 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:08 DEBUG : dir: Looking for writers 2026/05/19 01:17:08 DEBUG : file1: reading active writers 2026/05/19 01:17:08 DEBUG : Looking for writers 2026/05/19 01:17:08 DEBUG : dir: reading active writers 2026/05/19 01:17:08 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.17s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:08 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:08 DEBUG : Can set mod time: true 2026/05/19 01:17:08 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:08 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:08 DEBUG : dir: Looking for writers 2026/05/19 01:17:08 DEBUG : file1: reading active writers 2026/05/19 01:17:08 DEBUG : Looking for writers 2026/05/19 01:17:08 DEBUG : dir: reading active writers 2026/05/19 01:17:08 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:08 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:08 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:09 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/19 01:17:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (0 bytes), uploading instead of streaming 2026/05/19 01:17:09 DEBUG : dir/file1: size = 0 OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:09 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/19 01:17:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:09 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/19 01:17:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:09 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:09 DEBUG : dir: Looking for writers 2026/05/19 01:17:09 DEBUG : file1: reading active writers 2026/05/19 01:17:09 DEBUG : Looking for writers 2026/05/19 01:17:09 DEBUG : dir: reading active writers 2026/05/19 01:17:09 DEBUG : >WaitForWriters: 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/19 01:17:09 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:09 DEBUG : dir: Looking for writers 2026/05/19 01:17:09 DEBUG : file1: reading active writers 2026/05/19 01:17:09 DEBUG : Looking for writers 2026/05/19 01:17:09 DEBUG : dir: reading active writers 2026/05/19 01:17:09 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:09 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:09 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/19 01:17:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (5 bytes), uploading instead of streaming 2026/05/19 01:17:09 DEBUG : dir/file1: size = 5 OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:09 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:09 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/19 01:17:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:09 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:09 DEBUG : dir: Looking for writers 2026/05/19 01:17:09 DEBUG : file1: reading active writers 2026/05/19 01:17:09 DEBUG : Looking for writers 2026/05/19 01:17:09 DEBUG : dir: reading active writers 2026/05/19 01:17:09 DEBUG : >WaitForWriters: 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/19 01:17:09 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:09 DEBUG : dir: Looking for writers 2026/05/19 01:17:09 DEBUG : file1: reading active writers 2026/05/19 01:17:09 DEBUG : Looking for writers 2026/05/19 01:17:09 DEBUG : dir: reading active writers 2026/05/19 01:17:09 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:09 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:09 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:09 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:10 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:10 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:10 DEBUG : dir: Looking for writers 2026/05/19 01:17:10 DEBUG : file1: reading active writers 2026/05/19 01:17:10 DEBUG : Looking for writers 2026/05/19 01:17:10 DEBUG : dir: reading active writers 2026/05/19 01:17:10 DEBUG : >WaitForWriters: 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:10 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:10 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/19 01:17:10 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f09ee840): close: 2026/05/19 01:17:10 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f09ee840): >close: err= 2026/05/19 01:17:10 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:10 DEBUG : dir: Looking for writers 2026/05/19 01:17:10 DEBUG : file1: reading active writers 2026/05/19 01:17:10 DEBUG : Looking for writers 2026/05/19 01:17:10 DEBUG : dir: reading active writers 2026/05/19 01:17:10 DEBUG : >WaitForWriters: 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:10 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:10 DEBUG : dir: Looking for writers 2026/05/19 01:17:10 DEBUG : file1: reading active writers 2026/05/19 01:17:10 DEBUG : Looking for writers 2026/05/19 01:17:10 DEBUG : dir: reading active writers 2026/05/19 01:17:10 DEBUG : >WaitForWriters: 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:10 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:10 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:10 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/19 01:17:10 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f0624ec0): _writeAt: size=5, off=0 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f0624ec0): openPending: 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:10 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/19 01:17:10 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/19 01:17:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f0624ec0): >openPending: err= 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f0624ec0): >_writeAt: n=5, err= 2026/05/19 01:17:10 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f0624ec0): close: 2026/05/19 01:17:10 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/19 01:17:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/19 01:17:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/19 01:17:10 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/19 01:17:10 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/19 01:17:10 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:10 DEBUG : dir/file1(0x33d1f0624ec0): >close: err= 2026/05/19 01:17:10 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:10 DEBUG : dir: Looking for writers 2026/05/19 01:17:10 DEBUG : file1: reading active writers 2026/05/19 01:17:10 DEBUG : Looking for writers 2026/05/19 01:17:10 DEBUG : dir: reading active writers 2026/05/19 01:17:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:11 DEBUG : dir: Looking for writers 2026/05/19 01:17:11 DEBUG : file1: reading active writers 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : dir: reading active writers 2026/05/19 01:17:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:11 DEBUG : dir: Looking for writers 2026/05/19 01:17:11 DEBUG : file1: reading active writers 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : dir: reading active writers 2026/05/19 01:17:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:11 DEBUG : dir: Looking for writers 2026/05/19 01:17:11 DEBUG : file1: reading active writers 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : dir: reading active writers 2026/05/19 01:17:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:11 DEBUG : dir/file1: vfs cache: starting upload 2026/05/19 01:17:11 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1.2f98c60a.partial" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1.2f98c60a.partial 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1.2f98c60a.partial" 2026/05/19 01:17:11 DEBUG : dir: Looking for writers 2026/05/19 01:17:11 DEBUG : file1: reading active writers 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : dir: reading active writers 2026/05/19 01:17:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gevoqiq3lico/dir/file1.2f98c60a.partial 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/19 01:17:11 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/19 01:17:11 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/19 01:17:11 INFO : dir/file1: Copied (replaced existing) 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/19 01:17:11 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/19 01:17:11 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:11 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/19 01:17:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:11 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:11 DEBUG : dir: Looking for writers 2026/05/19 01:17:11 DEBUG : file1: reading active writers 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : dir: reading active writers 2026/05/19 01:17:11 DEBUG : >WaitForWriters: 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/19 01:17:11 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:11 DEBUG : dir: Looking for writers 2026/05/19 01:17:11 DEBUG : file1: reading active writers 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : dir: reading active writers 2026/05/19 01:17:11 DEBUG : >WaitForWriters: 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.09s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.38s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.47s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.46s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:11 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:11 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/19 01:17:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:11 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:11 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:11 DEBUG : dir: Looking for writers 2026/05/19 01:17:11 DEBUG : file1: reading active writers 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : dir: reading active writers 2026/05/19 01:17:11 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.27s) === RUN TestFileOpenReadUnknownSize 2026/05/19 01:17:11 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/19 01:17:11 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/19 01:17:11 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:11 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/19 01:17:11 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:11 DEBUG : Looking for writers 2026/05/19 01:17:11 DEBUG : file.txt: reading active writers 2026/05/19 01:17:11 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:11 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (25 bytes), uploading instead of streaming 2026/05/19 01:17:11 DEBUG : dir/file1: size = 25 OK 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:11 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:12 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/19 01:17:12 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:12 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:12 DEBUG : dir: Looking for writers 2026/05/19 01:17:12 DEBUG : file1: reading active writers 2026/05/19 01:17:12 DEBUG : Looking for writers 2026/05/19 01:17:12 DEBUG : dir: reading active writers 2026/05/19 01:17:12 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:12 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:12 DEBUG : dir/file1: Remove: 2026/05/19 01:17:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:12 DEBUG : dir/file1: >Remove: err= 2026/05/19 01:17:12 DEBUG : dir/file1: Remove: 2026/05/19 01:17:12 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/19 01:17:12 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:12 DEBUG : dir: Looking for writers 2026/05/19 01:17:12 DEBUG : Looking for writers 2026/05/19 01:17:12 DEBUG : dir: reading active writers 2026/05/19 01:17:12 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:12 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:12 DEBUG : dir/file1: Remove: 2026/05/19 01:17:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:12 DEBUG : dir/file1: >Remove: err= 2026/05/19 01:17:12 DEBUG : dir/file1: Remove: 2026/05/19 01:17:12 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/19 01:17:12 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:12 DEBUG : dir: Looking for writers 2026/05/19 01:17:12 DEBUG : Looking for writers 2026/05/19 01:17:12 DEBUG : dir: reading active writers 2026/05/19 01:17:12 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.17s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:12 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:12 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/19 01:17:12 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/19 01:17:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/19 01:17:12 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/19 01:17:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/19 01:17:12 DEBUG : dir/file1: Open: flags=0x3 2026/05/19 01:17:12 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/19 01:17:12 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/19 01:17:12 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:12 DEBUG : dir: Looking for writers 2026/05/19 01:17:12 DEBUG : file1: reading active writers 2026/05/19 01:17:12 DEBUG : Looking for writers 2026/05/19 01:17:12 DEBUG : dir: reading active writers 2026/05/19 01:17:12 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:12 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:12 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:12 DEBUG : dir: Looking for writers 2026/05/19 01:17:12 DEBUG : file1: reading active writers 2026/05/19 01:17:12 DEBUG : Looking for writers 2026/05/19 01:17:12 DEBUG : dir: reading active writers 2026/05/19 01:17:12 DEBUG : >WaitForWriters: 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:12 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:13 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f0b0d520 2026/05/19 01:17:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:13 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/19 01:17:13 DEBUG : dir/file1: Updating file with dir/file1 0x33d1f0b0d520 2026/05/19 01:17:13 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/19 01:17:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:13 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/19 01:17:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:13 DEBUG : dir/file1: File is currently open, delaying rename 0x33d1f0b0d520 2026/05/19 01:17:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (25 bytes), uploading instead of streaming 2026/05/19 01:17:13 DEBUG : dir/file1: size = 25 OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:13 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/19 01:17:13 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:13 DEBUG : newLeaf: Running delayed rename now 2026/05/19 01:17:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:13 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f0b0d520 2026/05/19 01:17:13 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:13 DEBUG : dir: Looking for writers 2026/05/19 01:17:13 DEBUG : Looking for writers 2026/05/19 01:17:13 DEBUG : dir: reading active writers 2026/05/19 01:17:13 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:13 DEBUG : >WaitForWriters: 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/19 01:17:13 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:13 DEBUG : dir: Looking for writers 2026/05/19 01:17:13 DEBUG : Looking for writers 2026/05/19 01:17:13 DEBUG : dir: reading active writers 2026/05/19 01:17:13 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:13 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:13 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:13 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:13 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:13 DEBUG : dir: Looking for writers 2026/05/19 01:17:13 DEBUG : file1: reading active writers 2026/05/19 01:17:13 DEBUG : Looking for writers 2026/05/19 01:17:13 DEBUG : dir: reading active writers 2026/05/19 01:17:13 DEBUG : >WaitForWriters: 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:13 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:14 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f0b0da00 2026/05/19 01:17:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:14 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/19 01:17:14 DEBUG : dir/file1: Updating file with dir/file1 0x33d1f0b0da00 2026/05/19 01:17:14 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/19 01:17:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:14 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/19 01:17:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:14 DEBUG : dir/file1: File is currently open, delaying rename 0x33d1f0b0da00 2026/05/19 01:17:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (25 bytes), uploading instead of streaming 2026/05/19 01:17:14 DEBUG : dir/file1: size = 25 OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:14 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/19 01:17:14 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:14 DEBUG : newLeaf: Running delayed rename now 2026/05/19 01:17:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:14 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f0b0da00 2026/05/19 01:17:14 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:14 DEBUG : dir: Looking for writers 2026/05/19 01:17:14 DEBUG : Looking for writers 2026/05/19 01:17:14 DEBUG : dir: reading active writers 2026/05/19 01:17:14 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:14 DEBUG : >WaitForWriters: 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/19 01:17:14 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:14 DEBUG : dir: Looking for writers 2026/05/19 01:17:14 DEBUG : Looking for writers 2026/05/19 01:17:14 DEBUG : dir: reading active writers 2026/05/19 01:17:14 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:14 DEBUG : >WaitForWriters: 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:14 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:14 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:14 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:15 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:15 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f01e7e80): openPending: 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/19 01:17:15 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/19 01:17:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f01e7e80): >openPending: err= 2026/05/19 01:17:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/19 01:17:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f01e7e80): _writeAt: size=14, off=0 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f01e7e80): >_writeAt: n=14, err= 2026/05/19 01:17:15 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f01e7e80): close: 2026/05/19 01:17:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/19 01:17:15 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/19 01:17:15 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f01e7e80): >close: err= 2026/05/19 01:17:15 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:15 DEBUG : dir: Looking for writers 2026/05/19 01:17:15 DEBUG : file1: reading active writers 2026/05/19 01:17:15 DEBUG : Looking for writers 2026/05/19 01:17:15 DEBUG : dir: reading active writers 2026/05/19 01:17:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:15 DEBUG : dir: Looking for writers 2026/05/19 01:17:15 DEBUG : file1: reading active writers 2026/05/19 01:17:15 DEBUG : Looking for writers 2026/05/19 01:17:15 DEBUG : dir: reading active writers 2026/05/19 01:17:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:15 DEBUG : dir: Looking for writers 2026/05/19 01:17:15 DEBUG : file1: reading active writers 2026/05/19 01:17:15 DEBUG : Looking for writers 2026/05/19 01:17:15 DEBUG : dir: reading active writers 2026/05/19 01:17:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:15 DEBUG : dir: Looking for writers 2026/05/19 01:17:15 DEBUG : file1: reading active writers 2026/05/19 01:17:15 DEBUG : Looking for writers 2026/05/19 01:17:15 DEBUG : dir: reading active writers 2026/05/19 01:17:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:15 DEBUG : dir/file1: vfs cache: starting upload 2026/05/19 01:17:15 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1.ca338588.partial" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1.ca338588.partial 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1.ca338588.partial" 2026/05/19 01:17:15 DEBUG : dir: Looking for writers 2026/05/19 01:17:15 DEBUG : file1: reading active writers 2026/05/19 01:17:15 DEBUG : Looking for writers 2026/05/19 01:17:15 DEBUG : dir: reading active writers 2026/05/19 01:17:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1.ca338588.partial 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:15 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/19 01:17:15 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/19 01:17:15 INFO : dir/file1: Copied (replaced existing) 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:15 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/19 01:17:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:15 DEBUG : dir: Looking for writers 2026/05/19 01:17:15 DEBUG : file1: reading active writers 2026/05/19 01:17:15 DEBUG : Looking for writers 2026/05/19 01:17:15 DEBUG : dir: reading active writers 2026/05/19 01:17:15 DEBUG : >WaitForWriters: 2026/05/19 01:17:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:15 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f02eb580): _readAt: size=512, off=0 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f02eb580): openPending: 2026/05/19 01:17:15 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/19 01:17:15 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/19 01:17:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f02eb580): >openPending: err= 2026/05/19 01:17:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f02eb580): >_readAt: n=14, err=EOF 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f02eb580): close: 2026/05/19 01:17:15 DEBUG : dir/file1(0x33d1f02eb580): >close: err= 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:15 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/19 01:17:15 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f0511520 2026/05/19 01:17:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:15 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:15 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:15 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:16 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/19 01:17:16 DEBUG : dir/file1: Updating file with dir/file1 0x33d1f0511520 2026/05/19 01:17:16 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/19 01:17:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:16 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:16 DEBUG : dir/file1(0x33d1f09eea80): openPending: 2026/05/19 01:17:16 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/19 01:17:16 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/19 01:17:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:16 DEBUG : dir/file1(0x33d1f09eea80): >openPending: err= 2026/05/19 01:17:16 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/19 01:17:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:16 DEBUG : dir/file1(0x33d1f09eea80): _writeAt: size=25, off=0 2026/05/19 01:17:16 DEBUG : dir/file1(0x33d1f09eea80): >_writeAt: n=25, err= 2026/05/19 01:17:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/19 01:17:16 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f0511520 2026/05/19 01:17:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:16 DEBUG : newLeaf(0x33d1f09eea80): close: 2026/05/19 01:17:16 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/19 01:17:16 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-19 01:17:16.230345621 +0000 UTC m=+17.343096000 2026/05/19 01:17:16 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:16 DEBUG : newLeaf(0x33d1f09eea80): >close: err= 2026/05/19 01:17:16 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:16 DEBUG : dir: Looking for writers 2026/05/19 01:17:16 DEBUG : Looking for writers 2026/05/19 01:17:16 DEBUG : dir: reading active writers 2026/05/19 01:17:16 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:16 DEBUG : dir: Looking for writers 2026/05/19 01:17:16 DEBUG : Looking for writers 2026/05/19 01:17:16 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:16 DEBUG : dir: reading active writers 2026/05/19 01:17:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:16 DEBUG : dir: Looking for writers 2026/05/19 01:17:16 DEBUG : Looking for writers 2026/05/19 01:17:16 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:16 DEBUG : dir: reading active writers 2026/05/19 01:17:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:16 DEBUG : dir: Looking for writers 2026/05/19 01:17:16 DEBUG : Looking for writers 2026/05/19 01:17:16 DEBUG : dir: reading active writers 2026/05/19 01:17:16 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:16 DEBUG : newLeaf: vfs cache: starting upload 2026/05/19 01:17:16 DEBUG : newLeaf.c03b0db5.partial: size = 25 OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf.c03b0db5.partial" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf.c03b0db5.partial 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf.c03b0db5.partial" 2026/05/19 01:17:16 DEBUG : dir: Looking for writers 2026/05/19 01:17:16 DEBUG : Looking for writers 2026/05/19 01:17:16 DEBUG : dir: reading active writers 2026/05/19 01:17:16 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf.c03b0db5.partial 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : newLeaf.c03b0db5.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/19 01:17:16 DEBUG : newLeaf.c03b0db5.partial: renamed to: newLeaf 2026/05/19 01:17:16 INFO : newLeaf: Copied (replaced existing) 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : dir: Looking for writers 2026/05/19 01:17:16 DEBUG : Looking for writers 2026/05/19 01:17:16 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:16 DEBUG : dir: reading active writers 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-19 01:17:16 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/19 01:17:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/19 01:17:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:16 DEBUG : >WaitForWriters: 2026/05/19 01:17:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/19 01:17:16 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:16 DEBUG : dir: Looking for writers 2026/05/19 01:17:16 DEBUG : Looking for writers 2026/05/19 01:17:16 DEBUG : dir: reading active writers 2026/05/19 01:17:16 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:16 DEBUG : >WaitForWriters: 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:16 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:16 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:16 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:17 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:17 DEBUG : dir: Looking for writers 2026/05/19 01:17:17 DEBUG : file1: reading active writers 2026/05/19 01:17:17 DEBUG : Looking for writers 2026/05/19 01:17:17 DEBUG : dir: reading active writers 2026/05/19 01:17:17 DEBUG : >WaitForWriters: 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:17 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f05229c0 2026/05/19 01:17:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/19 01:17:17 DEBUG : dir/file1: Updating file with dir/file1 0x33d1f05229c0 2026/05/19 01:17:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/19 01:17:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:17 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:17 DEBUG : dir/file1(0x33d1f0570880): openPending: 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/19 01:17:17 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/19 01:17:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:17 DEBUG : dir/file1(0x33d1f0570880): >openPending: err= 2026/05/19 01:17:17 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/19 01:17:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:17 DEBUG : dir/file1(0x33d1f0570880): _writeAt: size=25, off=0 2026/05/19 01:17:17 DEBUG : dir/file1(0x33d1f0570880): >_writeAt: n=25, err= 2026/05/19 01:17:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:17 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/19 01:17:17 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f05229c0 2026/05/19 01:17:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:17 DEBUG : newLeaf(0x33d1f0570880): close: 2026/05/19 01:17:17 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/19 01:17:17 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-19 01:17:17.677167411 +0000 UTC m=+18.789917761 2026/05/19 01:17:17 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:17 DEBUG : newLeaf(0x33d1f0570880): >close: err= 2026/05/19 01:17:17 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:17 DEBUG : dir: Looking for writers 2026/05/19 01:17:17 DEBUG : Looking for writers 2026/05/19 01:17:17 DEBUG : dir: reading active writers 2026/05/19 01:17:17 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:17 DEBUG : dir: Looking for writers 2026/05/19 01:17:17 DEBUG : Looking for writers 2026/05/19 01:17:17 DEBUG : dir: reading active writers 2026/05/19 01:17:17 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:17 DEBUG : dir: Looking for writers 2026/05/19 01:17:17 DEBUG : Looking for writers 2026/05/19 01:17:17 DEBUG : dir: reading active writers 2026/05/19 01:17:17 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:17 DEBUG : dir: Looking for writers 2026/05/19 01:17:17 DEBUG : Looking for writers 2026/05/19 01:17:17 DEBUG : dir: reading active writers 2026/05/19 01:17:17 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:17 DEBUG : newLeaf: vfs cache: starting upload 2026/05/19 01:17:17 DEBUG : newLeaf.44391f60.partial: size = 25 OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf.44391f60.partial" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf.44391f60.partial 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf.44391f60.partial" 2026/05/19 01:17:17 DEBUG : dir: Looking for writers 2026/05/19 01:17:17 DEBUG : Looking for writers 2026/05/19 01:17:17 DEBUG : dir: reading active writers 2026/05/19 01:17:17 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf.44391f60.partial 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:17 DEBUG : newLeaf.44391f60.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:17 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/19 01:17:17 DEBUG : newLeaf.44391f60.partial: renamed to: newLeaf 2026/05/19 01:17:17 INFO : newLeaf: Copied (replaced existing) 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:17 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:18 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-19 01:17:17 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/19 01:17:18 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/19 01:17:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:18 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:18 DEBUG : >WaitForWriters: 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/19 01:17:18 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:18 DEBUG : >WaitForWriters: 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:18 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:18 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:18 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:18 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f052d5c0): openPending: 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/19 01:17:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/19 01:17:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f052d5c0): >openPending: err= 2026/05/19 01:17:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/19 01:17:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f052d5c0): _writeAt: size=14, off=0 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f052d5c0): >_writeAt: n=14, err= 2026/05/19 01:17:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f052d5c0): close: 2026/05/19 01:17:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/19 01:17:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/19 01:17:18 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f052d5c0): >close: err= 2026/05/19 01:17:18 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : file1: reading active writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : file1: reading active writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : file1: reading active writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : file1: reading active writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:18 DEBUG : dir/file1: vfs cache: starting upload 2026/05/19 01:17:18 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1.ca338588.partial" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1.ca338588.partial 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1.ca338588.partial" 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : file1: reading active writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1.ca338588.partial 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:18 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/19 01:17:18 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/19 01:17:18 INFO : dir/file1: Copied (replaced existing) 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:18 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:18 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/19 01:17:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:18 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:18 DEBUG : dir: Looking for writers 2026/05/19 01:17:18 DEBUG : file1: reading active writers 2026/05/19 01:17:18 DEBUG : Looking for writers 2026/05/19 01:17:18 DEBUG : dir: reading active writers 2026/05/19 01:17:18 DEBUG : >WaitForWriters: 2026/05/19 01:17:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:18 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f0cc2d00): _readAt: size=512, off=0 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f0cc2d00): openPending: 2026/05/19 01:17:18 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/19 01:17:18 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/19 01:17:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f0cc2d00): >openPending: err= 2026/05/19 01:17:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f0cc2d00): >_readAt: n=14, err=EOF 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f0cc2d00): close: 2026/05/19 01:17:18 DEBUG : dir/file1(0x33d1f0cc2d00): >close: err= 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:18 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/19 01:17:19 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f06bec30 2026/05/19 01:17:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:19 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:19 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/19 01:17:19 DEBUG : dir/file1: Updating file with dir/file1 0x33d1f06bec30 2026/05/19 01:17:19 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/19 01:17:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:19 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:19 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:19 DEBUG : dir/file1(0x33d1f078e440): openPending: 2026/05/19 01:17:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/19 01:17:19 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/19 01:17:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:19 DEBUG : dir/file1(0x33d1f078e440): >openPending: err= 2026/05/19 01:17:19 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/19 01:17:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:19 DEBUG : dir/file1(0x33d1f078e440): _writeAt: size=25, off=0 2026/05/19 01:17:19 DEBUG : dir/file1(0x33d1f078e440): >_writeAt: n=25, err= 2026/05/19 01:17:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/19 01:17:19 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f06bec30 2026/05/19 01:17:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:19 DEBUG : newLeaf(0x33d1f078e440): close: 2026/05/19 01:17:19 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/19 01:17:19 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-19 01:17:19.649576807 +0000 UTC m=+20.762327158 2026/05/19 01:17:19 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:19 DEBUG : newLeaf(0x33d1f078e440): >close: err= 2026/05/19 01:17:19 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:19 DEBUG : dir: Looking for writers 2026/05/19 01:17:19 DEBUG : Looking for writers 2026/05/19 01:17:19 DEBUG : dir: reading active writers 2026/05/19 01:17:19 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:19 DEBUG : dir: Looking for writers 2026/05/19 01:17:19 DEBUG : Looking for writers 2026/05/19 01:17:19 DEBUG : dir: reading active writers 2026/05/19 01:17:19 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:19 DEBUG : dir: Looking for writers 2026/05/19 01:17:19 DEBUG : Looking for writers 2026/05/19 01:17:19 DEBUG : dir: reading active writers 2026/05/19 01:17:19 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:19 DEBUG : dir: Looking for writers 2026/05/19 01:17:19 DEBUG : Looking for writers 2026/05/19 01:17:19 DEBUG : dir: reading active writers 2026/05/19 01:17:19 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:19 DEBUG : newLeaf: vfs cache: starting upload 2026/05/19 01:17:19 DEBUG : newLeaf.253b7fea.partial: size = 25 OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf.253b7fea.partial" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf.253b7fea.partial 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf.253b7fea.partial" 2026/05/19 01:17:19 DEBUG : dir: Looking for writers 2026/05/19 01:17:19 DEBUG : Looking for writers 2026/05/19 01:17:19 DEBUG : dir: reading active writers 2026/05/19 01:17:19 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf.253b7fea.partial 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:19 DEBUG : newLeaf.253b7fea.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:19 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/19 01:17:19 DEBUG : newLeaf.253b7fea.partial: renamed to: newLeaf 2026/05/19 01:17:19 INFO : newLeaf: Copied (replaced existing) 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:19 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:20 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-19 01:17:19 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/19 01:17:20 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/19 01:17:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:20 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/19 01:17:20 DEBUG : dir: Looking for writers 2026/05/19 01:17:20 DEBUG : Looking for writers 2026/05/19 01:17:20 DEBUG : dir: reading active writers 2026/05/19 01:17:20 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:20 DEBUG : >WaitForWriters: 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/19 01:17:20 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:20 DEBUG : dir: Looking for writers 2026/05/19 01:17:20 DEBUG : Looking for writers 2026/05/19 01:17:20 DEBUG : dir: reading active writers 2026/05/19 01:17:20 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:20 DEBUG : >WaitForWriters: 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:20 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:20 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:20 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:20 DEBUG : dir: Looking for writers 2026/05/19 01:17:20 DEBUG : file1: reading active writers 2026/05/19 01:17:20 DEBUG : Looking for writers 2026/05/19 01:17:20 DEBUG : dir: reading active writers 2026/05/19 01:17:20 DEBUG : >WaitForWriters: 2026/05/19 01:17:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:20 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:20 DEBUG : dir/file1(0x33d1f06d0f80): _readAt: size=512, off=0 2026/05/19 01:17:20 DEBUG : dir/file1(0x33d1f06d0f80): openPending: 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/19 01:17:20 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/19 01:17:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:20 DEBUG : dir/file1(0x33d1f06d0f80): >openPending: err= 2026/05/19 01:17:20 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/19 01:17:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:20 DEBUG : dir/file1(0x33d1f06d0f80): >_readAt: n=14, err=EOF 2026/05/19 01:17:20 DEBUG : dir/file1(0x33d1f06d0f80): close: 2026/05/19 01:17:20 DEBUG : dir/file1(0x33d1f06d0f80): >close: err= 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:20 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/19 01:17:20 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f06e4820 2026/05/19 01:17:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:20 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:21 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:21 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/19 01:17:21 DEBUG : dir/file1: Updating file with dir/file1 0x33d1f06e4820 2026/05/19 01:17:21 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/19 01:17:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:21 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:21 DEBUG : dir/file1(0x33d1f0cc2d80): openPending: 2026/05/19 01:17:21 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/19 01:17:21 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/19 01:17:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:21 DEBUG : dir/file1(0x33d1f0cc2d80): >openPending: err= 2026/05/19 01:17:21 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/19 01:17:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:21 DEBUG : dir/file1(0x33d1f0cc2d80): _writeAt: size=25, off=0 2026/05/19 01:17:21 DEBUG : dir/file1(0x33d1f0cc2d80): >_writeAt: n=25, err= 2026/05/19 01:17:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:21 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/19 01:17:21 DEBUG : newLeaf: Updating file with newLeaf 0x33d1f06e4820 2026/05/19 01:17:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:21 DEBUG : newLeaf(0x33d1f0cc2d80): close: 2026/05/19 01:17:21 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/19 01:17:21 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-19 01:17:21.307577186 +0000 UTC m=+22.420327536 2026/05/19 01:17:21 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:21 DEBUG : newLeaf(0x33d1f0cc2d80): >close: err= 2026/05/19 01:17:21 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:21 DEBUG : dir: Looking for writers 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : dir: reading active writers 2026/05/19 01:17:21 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:21 DEBUG : dir: Looking for writers 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : dir: reading active writers 2026/05/19 01:17:21 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:21 DEBUG : dir: Looking for writers 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : dir: reading active writers 2026/05/19 01:17:21 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:21 DEBUG : dir: Looking for writers 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : dir: reading active writers 2026/05/19 01:17:21 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:21 DEBUG : newLeaf: vfs cache: starting upload 2026/05/19 01:17:21 DEBUG : newLeaf.90af3b56.partial: size = 25 OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf.90af3b56.partial" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf.90af3b56.partial 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf.90af3b56.partial" 2026/05/19 01:17:21 DEBUG : dir: Looking for writers 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : dir: reading active writers 2026/05/19 01:17:21 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf.90af3b56.partial 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : newLeaf.90af3b56.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:21 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/19 01:17:21 DEBUG : newLeaf.90af3b56.partial: renamed to: newLeaf 2026/05/19 01:17:21 INFO : newLeaf: Copied (replaced existing) 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:21 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-19 01:17:21 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/19 01:17:21 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/19 01:17:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/19 01:17:21 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/19 01:17:21 DEBUG : dir: Looking for writers 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : dir: reading active writers 2026/05/19 01:17:21 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:21 DEBUG : >WaitForWriters: 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/newLeaf" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gevoqiq3lico/newLeaf 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:21 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/19 01:17:21 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:21 DEBUG : dir: Looking for writers 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : newLeaf: reading active writers 2026/05/19 01:17:21 DEBUG : dir: reading active writers 2026/05/19 01:17:21 DEBUG : >WaitForWriters: 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestFileRename (9.24s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.05s) --- PASS: TestFileRename/minimal,forceCache=true (2.01s) --- PASS: TestFileRename/writes,forceCache=false (1.45s) --- PASS: TestFileRename/writes,forceCache=true (1.97s) --- PASS: TestFileRename/full,forceCache=false (1.66s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:21 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:21 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:21 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:21 DEBUG : Looking for writers 2026/05/19 01:17:21 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:21 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:21 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/19 01:17:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:22 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:22 DEBUG : dir: Looking for writers 2026/05/19 01:17:22 DEBUG : file1: reading active writers 2026/05/19 01:17:22 DEBUG : Looking for writers 2026/05/19 01:17:22 DEBUG : dir: reading active writers 2026/05/19 01:17:22 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:22 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/19 01:17:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/19 01:17:22 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/19 01:17:22 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/19 01:17:22 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:22 DEBUG : dir: Looking for writers 2026/05/19 01:17:22 DEBUG : file1: reading active writers 2026/05/19 01:17:22 DEBUG : Looking for writers 2026/05/19 01:17:22 DEBUG : dir: reading active writers 2026/05/19 01:17:22 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.31s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:22 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/19 01:17:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/19 01:17:22 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/19 01:17:22 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/19 01:17:22 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/19 01:17:22 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/19 01:17:22 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/19 01:17:22 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/19 01:17:22 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/19 01:17:22 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/19 01:17:22 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/19 01:17:22 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/19 01:17:22 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/19 01:17:22 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/19 01:17:22 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:22 DEBUG : dir: Looking for writers 2026/05/19 01:17:22 DEBUG : file1: reading active writers 2026/05/19 01:17:22 DEBUG : Looking for writers 2026/05/19 01:17:22 DEBUG : dir: reading active writers 2026/05/19 01:17:22 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.40s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:22 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:22 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/19 01:17:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/19 01:17:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:23 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:23 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:23 DEBUG : dir: Looking for writers 2026/05/19 01:17:23 DEBUG : file1: reading active writers 2026/05/19 01:17:23 DEBUG : Looking for writers 2026/05/19 01:17:23 DEBUG : dir: reading active writers 2026/05/19 01:17:23 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.33s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:23 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/19 01:17:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/19 01:17:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:23 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:23 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:23 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/19 01:17:23 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:23 DEBUG : dir: Looking for writers 2026/05/19 01:17:23 DEBUG : file1: reading active writers 2026/05/19 01:17:23 DEBUG : Looking for writers 2026/05/19 01:17:23 DEBUG : dir: reading active writers 2026/05/19 01:17:23 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:23 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:23 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): _readAt: size=1, off=0 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): openPending: 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/19 01:17:23 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/19 01:17:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): >openPending: err= 2026/05/19 01:17:23 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/19 01:17:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): >_readAt: n=1, err= 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): _readAt: size=256, off=1 2026/05/19 01:17:23 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): >_readAt: n=15, err=EOF 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): _readAt: size=16, off=16 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): close: 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): >close: err= 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): close: 2026/05/19 01:17:23 DEBUG : dir/file1(0x33d1f06244c0): >close: err=file already closed 2026/05/19 01:17:23 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:23 DEBUG : dir: Looking for writers 2026/05/19 01:17:23 DEBUG : file1: reading active writers 2026/05/19 01:17:23 DEBUG : Looking for writers 2026/05/19 01:17:23 DEBUG : dir: reading active writers 2026/05/19 01:17:23 DEBUG : >WaitForWriters: 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.28s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:23 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:23 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:23 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): _readAt: size=1, off=0 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): openPending: 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/19 01:17:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/19 01:17:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): >openPending: err= 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): >_readAt: n=1, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): _readAt: size=1, off=5 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): >_readAt: n=1, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): _readAt: size=1, off=3 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): >_readAt: n=1, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): _readAt: size=1, off=13 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): >_readAt: n=1, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): _readAt: size=16, off=100 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): >_readAt: n=0, err=EOF 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): close: 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f0625240): >close: err= 2026/05/19 01:17:24 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:24 DEBUG : dir: Looking for writers 2026/05/19 01:17:24 DEBUG : file1: reading active writers 2026/05/19 01:17:24 DEBUG : Looking for writers 2026/05/19 01:17:24 DEBUG : dir: reading active writers 2026/05/19 01:17:24 DEBUG : >WaitForWriters: 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:24 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): _readAt: size=1, off=0 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): openPending: 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/19 01:17:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/19 01:17:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >openPending: err= 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >_readAt: n=1, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): _readAt: size=1, off=5 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >_readAt: n=1, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): _readAt: size=1, off=1 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >_readAt: n=1, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): _readAt: size=6, off=10 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >_readAt: n=6, err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): _readAt: size=256, off=10 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >_readAt: n=6, err=EOF 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): _readAt: size=256, off=100 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >_readAt: n=0, err=EOF 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): close: 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >close: err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): _readAt: size=256, off=100 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ee940): >_readAt: n=0, err=file already closed 2026/05/19 01:17:24 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:24 DEBUG : dir: Looking for writers 2026/05/19 01:17:24 DEBUG : file1: reading active writers 2026/05/19 01:17:24 DEBUG : Looking for writers 2026/05/19 01:17:24 DEBUG : dir: reading active writers 2026/05/19 01:17:24 DEBUG : >WaitForWriters: 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.27s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:24 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): RWFileHandle.Flush 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): _readAt: size=256, off=0 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): openPending: 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/19 01:17:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/19 01:17:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): >openPending: err= 2026/05/19 01:17:24 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): >_readAt: n=16, err=EOF 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): RWFileHandle.Flush 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): RWFileHandle.Flush 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): close: 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f09ef440): >close: err= 2026/05/19 01:17:24 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:24 DEBUG : dir: Looking for writers 2026/05/19 01:17:24 DEBUG : file1: reading active writers 2026/05/19 01:17:24 DEBUG : Looking for writers 2026/05/19 01:17:24 DEBUG : dir: reading active writers 2026/05/19 01:17:24 DEBUG : >WaitForWriters: 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:24 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:24 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/19 01:17:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f05700c0): _readAt: size=256, off=0 2026/05/19 01:17:24 DEBUG : dir/file1(0x33d1f05700c0): openPending: 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:24 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/19 01:17:25 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/19 01:17:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:25 DEBUG : dir/file1(0x33d1f05700c0): >openPending: err= 2026/05/19 01:17:25 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/19 01:17:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:25 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:25 DEBUG : dir/file1(0x33d1f05700c0): >_readAt: n=16, err=EOF 2026/05/19 01:17:25 DEBUG : dir/file1(0x33d1f05700c0): RWFileHandle.Release 2026/05/19 01:17:25 DEBUG : dir/file1(0x33d1f05700c0): close: 2026/05/19 01:17:25 DEBUG : dir/file1(0x33d1f05700c0): >close: err= 2026/05/19 01:17:25 DEBUG : dir/file1(0x33d1f05700c0): RWFileHandle.Release 2026/05/19 01:17:25 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:25 DEBUG : dir: Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : dir: reading active writers 2026/05/19 01:17:25 DEBUG : >WaitForWriters: 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:25 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:25 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:25 DEBUG : file1: newRWFileHandle: 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): openPending: 2026/05/19 01:17:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): >openPending: err= 2026/05/19 01:17:25 DEBUG : file1: >newRWFileHandle: err= 2026/05/19 01:17:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/19 01:17:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): _writeAt: size=5, off=0 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): >_writeAt: n=5, err= 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): _writeAt: size=7, off=5 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): >_writeAt: n=7, err= 2026/05/19 01:17:25 DEBUG : file1: vfs cache: truncate to size=11 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): close: 2026/05/19 01:17:25 DEBUG : file1: vfs cache: setting modification time to 2026-05-19 01:17:25.066715842 +0000 UTC m=+26.179466181 2026/05/19 01:17:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): >close: err= 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): close: 2026/05/19 01:17:25 DEBUG : file1(0x33d1f09eec00): >close: err=file already closed 2026/05/19 01:17:25 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:25 DEBUG : file1: vfs cache: starting upload 2026/05/19 01:17:25 DEBUG : file1.76e4e892.partial: size = 11 OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1.76e4e892.partial" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1.76e4e892.partial 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1.76e4e892.partial" 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1.76e4e892.partial 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : file1.76e4e892.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:25 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/19 01:17:25 DEBUG : file1.76e4e892.partial: renamed to: file1 2026/05/19 01:17:25 INFO : file1: Copied (new) 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:25 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-19 01:17:25 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/19 01:17:25 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:25 INFO : file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : >WaitForWriters: 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/19 01:17:25 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : >WaitForWriters: 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:25 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:25 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:25 DEBUG : file1: newRWFileHandle: 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): openPending: 2026/05/19 01:17:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): >openPending: err= 2026/05/19 01:17:25 DEBUG : file1: >newRWFileHandle: err= 2026/05/19 01:17:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/19 01:17:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): _writeAt: size=7, off=0 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): >_writeAt: n=7, err= 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): _writeAt: size=6, off=5 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): >_writeAt: n=6, err= 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): close: 2026/05/19 01:17:25 DEBUG : file1: vfs cache: setting modification time to 2026-05-19 01:17:25.585523455 +0000 UTC m=+26.698273796 2026/05/19 01:17:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): >close: err= 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): _writeAt: size=5, off=0 2026/05/19 01:17:25 DEBUG : file1(0x33d1f02ea640): >_writeAt: n=0, err=file already closed 2026/05/19 01:17:25 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:25 DEBUG : file1: vfs cache: starting upload 2026/05/19 01:17:25 DEBUG : file1.44e2c89e.partial: size = 11 OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1.44e2c89e.partial" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1.44e2c89e.partial 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1.44e2c89e.partial" 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1.44e2c89e.partial 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : file1.44e2c89e.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:25 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/19 01:17:25 DEBUG : file1.44e2c89e.partial: renamed to: file1 2026/05/19 01:17:25 INFO : file1: Copied (new) 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:25 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-19 01:17:25 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/19 01:17:25 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:25 INFO : file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:25 DEBUG : Looking for writers 2026/05/19 01:17:25 DEBUG : file1: reading active writers 2026/05/19 01:17:25 DEBUG : >WaitForWriters: 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:25 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:25 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/19 01:17:26 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : >WaitForWriters: 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.48s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:26 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:26 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:26 DEBUG : file1: newRWFileHandle: 2026/05/19 01:17:26 DEBUG : file1(0x33d1f09efd00): openPending: 2026/05/19 01:17:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:26 DEBUG : file1(0x33d1f09efd00): >openPending: err= 2026/05/19 01:17:26 DEBUG : file1: >newRWFileHandle: err= 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/19 01:17:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/19 01:17:26 DEBUG : file1(0x33d1f09efd00): close: 2026/05/19 01:17:26 DEBUG : file1: vfs cache: setting modification time to 2026-05-19 01:17:26.063708519 +0000 UTC m=+27.176458860 2026/05/19 01:17:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:26 DEBUG : file1(0x33d1f09efd00): >close: err= 2026/05/19 01:17:26 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/19 01:17:26 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/19 01:17:26 DEBUG : file2: newRWFileHandle: 2026/05/19 01:17:26 DEBUG : file2(0x33d1f01e62c0): openPending: 2026/05/19 01:17:26 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/19 01:17:26 DEBUG : file2(0x33d1f01e62c0): >openPending: err= 2026/05/19 01:17:26 DEBUG : file2: >newRWFileHandle: err= 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/19 01:17:26 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/19 01:17:26 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/19 01:17:26 DEBUG : file2(0x33d1f01e62c0): RWFileHandle.Flush 2026/05/19 01:17:26 DEBUG : file2(0x33d1f01e62c0): RWFileHandle.Release 2026/05/19 01:17:26 DEBUG : file2(0x33d1f01e62c0): close: 2026/05/19 01:17:26 DEBUG : file2: vfs cache: setting modification time to 2026-05-19 01:17:26.064430435 +0000 UTC m=+27.177180785 2026/05/19 01:17:26 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:26 DEBUG : file2(0x33d1f01e62c0): >close: err= 2026/05/19 01:17:26 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : file2: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : file2: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : file2: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : file2: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/19 01:17:26 DEBUG : file2: vfs cache: starting upload 2026/05/19 01:17:26 DEBUG : file1: vfs cache: starting upload 2026/05/19 01:17:26 DEBUG : file2.e33588cc.partial: size = 0 OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file2.e33588cc.partial" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file2.e33588cc.partial 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file2.e33588cc.partial" 2026/05/19 01:17:26 DEBUG : file1.cbc76a94.partial: size = 0 OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1.cbc76a94.partial" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1.cbc76a94.partial 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1.cbc76a94.partial" 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : file2: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file2.e33588cc.partial 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file2.e33588cc.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:26 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/19 01:17:26 DEBUG : file2.e33588cc.partial: renamed to: file2 2026/05/19 01:17:26 INFO : file2: Copied (new) 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file1.cbc76a94.partial 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file1.cbc76a94.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:26 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/19 01:17:26 DEBUG : file1.cbc76a94.partial: renamed to: file1 2026/05/19 01:17:26 INFO : file1: Copied (new) 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:26 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-19 01:17:26 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/19 01:17:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:26 INFO : file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:26 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-19 01:17:26 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/19 01:17:26 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/19 01:17:26 INFO : file2: vfs cache: upload succeeded try #1 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : file2: reading active writers 2026/05/19 01:17:26 DEBUG : >WaitForWriters: 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file2" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gevoqiq3lico/file2 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/19 01:17:26 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : file2: reading active writers 2026/05/19 01:17:26 DEBUG : >WaitForWriters: 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.71s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:26 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:26 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:26 DEBUG : file1: newRWFileHandle: 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): openPending: 2026/05/19 01:17:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): >openPending: err= 2026/05/19 01:17:26 DEBUG : file1: >newRWFileHandle: err= 2026/05/19 01:17:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/19 01:17:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): _writeAt: size=5, off=0 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): >_writeAt: n=5, err= 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): RWFileHandle.Flush 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): RWFileHandle.Flush 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): close: 2026/05/19 01:17:26 DEBUG : file1: vfs cache: setting modification time to 2026-05-19 01:17:26.776318108 +0000 UTC m=+27.889068458 2026/05/19 01:17:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:26 DEBUG : file1(0x33d1f022bb40): >close: err= 2026/05/19 01:17:26 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:26 DEBUG : file1: vfs cache: starting upload 2026/05/19 01:17:26 DEBUG : file1.93f60b43.partial: size = 5 OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1.93f60b43.partial" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1.93f60b43.partial 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1.93f60b43.partial" 2026/05/19 01:17:26 DEBUG : Looking for writers 2026/05/19 01:17:26 DEBUG : file1: reading active writers 2026/05/19 01:17:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1.93f60b43.partial 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:26 DEBUG : file1.93f60b43.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:26 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:26 DEBUG : file1.93f60b43.partial: renamed to: file1 2026/05/19 01:17:26 INFO : file1: Copied (new) 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:26 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:27 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:27 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-19 01:17:26 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/19 01:17:27 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:27 INFO : file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : >WaitForWriters: 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:27 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:27 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:27 DEBUG : file1: newRWFileHandle: 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): openPending: 2026/05/19 01:17:27 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): >openPending: err= 2026/05/19 01:17:27 DEBUG : file1: >newRWFileHandle: err= 2026/05/19 01:17:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:27 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/19 01:17:27 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): _writeAt: size=5, off=0 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): >_writeAt: n=5, err= 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): RWFileHandle.Release 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): close: 2026/05/19 01:17:27 DEBUG : file1: vfs cache: setting modification time to 2026-05-19 01:17:27.095606414 +0000 UTC m=+28.208356764 2026/05/19 01:17:27 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): >close: err= 2026/05/19 01:17:27 DEBUG : file1(0x33d1f03717c0): RWFileHandle.Release 2026/05/19 01:17:27 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:27 DEBUG : file1: vfs cache: starting upload 2026/05/19 01:17:27 DEBUG : file1.880c745e.partial: size = 5 OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1.880c745e.partial" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1.880c745e.partial 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1.880c745e.partial" 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1.880c745e.partial 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:27 DEBUG : file1.880c745e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:27 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:27 DEBUG : file1.880c745e.partial: renamed to: file1 2026/05/19 01:17:27 INFO : file1: Copied (new) 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:27 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:27 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-19 01:17:27 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/19 01:17:27 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:27 INFO : file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : >WaitForWriters: 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:27 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:27 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:27 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/19 01:17:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:27 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:27 DEBUG : dir/file1(0x33d1f05700c0): openPending: 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/19 01:17:27 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/19 01:17:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:27 DEBUG : dir/file1(0x33d1f05700c0): >openPending: err= 2026/05/19 01:17:27 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/19 01:17:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/19 01:17:27 DEBUG : dir/file1(0x33d1f05700c0): _writeAt: size=5, off=0 2026/05/19 01:17:27 DEBUG : dir/file1(0x33d1f05700c0): >_writeAt: n=5, err= 2026/05/19 01:17:27 DEBUG : dir/file1(0x33d1f05700c0): close: 2026/05/19 01:17:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:27 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-19 01:17:27.722582974 +0000 UTC m=+28.835333324 2026/05/19 01:17:27 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:27 DEBUG : dir/file1(0x33d1f05700c0): >close: err= 2026/05/19 01:17:27 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:27 DEBUG : dir: Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : dir: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:27 DEBUG : dir: Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : dir: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:27 DEBUG : dir: Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : dir: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:27 DEBUG : dir: Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : dir: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:27 DEBUG : dir/file1: vfs cache: starting upload 2026/05/19 01:17:27 DEBUG : dir/file1.dd895bb0.partial: size = 5 OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1.dd895bb0.partial" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1.dd895bb0.partial 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1.dd895bb0.partial" 2026/05/19 01:17:27 DEBUG : dir: Looking for writers 2026/05/19 01:17:27 DEBUG : file1: reading active writers 2026/05/19 01:17:27 DEBUG : Looking for writers 2026/05/19 01:17:27 DEBUG : dir: reading active writers 2026/05/19 01:17:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/dir/file1.dd895bb0.partial 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:27 DEBUG : dir/file1.dd895bb0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:27 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:27 DEBUG : dir/file1.dd895bb0.partial: renamed to: dir/file1 2026/05/19 01:17:27 INFO : dir/file1: Copied (replaced existing) 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:27 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-19 01:17:27 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:28 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:28 DEBUG : dir: Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : dir: reading active writers 2026/05/19 01:17:28 DEBUG : >WaitForWriters: 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:28 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/19 01:17:28 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : dir/file1: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/19 01:17:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): openPending: 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/19 01:17:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): >openPending: err= 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): _writeAt: size=15, off=5 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): >_writeAt: n=15, err= 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): close: 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-19 01:17:28.345343972 +0000 UTC m=+29.458094312 2026/05/19 01:17:28 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : dir/file1(0x33d1f0624600): >close: err= 2026/05/19 01:17:28 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:28 DEBUG : dir: Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : dir: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:28 DEBUG : dir: Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : dir: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:28 DEBUG : dir: Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : dir: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:28 DEBUG : dir: Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : dir: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: starting upload 2026/05/19 01:17:28 DEBUG : dir/file1.1eed0ad7.partial: size = 20 OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1.1eed0ad7.partial" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1.1eed0ad7.partial 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1.1eed0ad7.partial" 2026/05/19 01:17:28 DEBUG : dir: Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : dir: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gevoqiq3lico/dir/file1.1eed0ad7.partial 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : dir/file1.1eed0ad7.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/19 01:17:28 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/19 01:17:28 DEBUG : dir/file1.1eed0ad7.partial: renamed to: dir/file1 2026/05/19 01:17:28 INFO : dir/file1: Copied (replaced existing) 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-19 01:17:28 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/19 01:17:28 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:28 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:28 DEBUG : dir: Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : dir: reading active writers 2026/05/19 01:17:28 DEBUG : >WaitForWriters: 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:28 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : file1: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : file1(0x33d1f09ee080): openPending: 2026/05/19 01:17:28 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:28 DEBUG : file1(0x33d1f09ee080): >openPending: err= 2026/05/19 01:17:28 DEBUG : file1: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:28 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/19 01:17:28 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/19 01:17:28 DEBUG : file1(0x33d1f09ee080): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : file1(0x33d1f09ee080): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : file1(0x33d1f09ee080): close: 2026/05/19 01:17:28 DEBUG : file1: vfs cache: setting modification time to 2026-05-19 01:17:28.671738139 +0000 UTC m=+29.784488479 2026/05/19 01:17:28 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : file1(0x33d1f09ee080): >close: err= 2026/05/19 01:17:28 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:28 DEBUG : file1: vfs cache: starting upload 2026/05/19 01:17:28 DEBUG : file1.7dee0bc6.partial: size = 5 OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1.7dee0bc6.partial" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1.7dee0bc6.partial 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1.7dee0bc6.partial" 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:28 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:28 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1.7dee0bc6.partial 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : file1.7dee0bc6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:28 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:28 DEBUG : file1.7dee0bc6.partial: renamed to: file1 2026/05/19 01:17:28 INFO : file1: Copied (new) 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:28 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:28 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-19 01:17:28 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/19 01:17:28 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:28 INFO : file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:28 DEBUG : Looking for writers 2026/05/19 01:17:28 DEBUG : file1: reading active writers 2026/05/19 01:17:28 DEBUG : >WaitForWriters: 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:28 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/19 01:17:28 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571980): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571980): >openPending: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571980): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571980): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571980): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.990339376 +0000 UTC m=+30.103089726 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571980): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): _readAt: size=2, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): >_readAt: n=2, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): _writeAt: size=3, off=2 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.990339376 +0000 UTC m=+30.103089726 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0571e00): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6400): _readAt: size=512, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6400): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6400): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6400): >_readAt: n=5, err=EOF 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6400): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.990339376 +0000 UTC m=+30.103089726 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6400): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: Remove: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fee70 item 1 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6b00): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6b00): >openPending: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6b00): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6b00): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6b00): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.992396979 +0000 UTC m=+30.105147318 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e6b00): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e7bc0): _readAt: size=512, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e7bc0): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e7bc0): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e7bc0): >_readAt: n=5, err=EOF 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e7bc0): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.992396979 +0000 UTC m=+30.105147318 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f01e7bc0): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: Remove: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff3b0 item 2 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022ac00): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022ac00): >openPending: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022ac00): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022ac00): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022ac00): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.993923666 +0000 UTC m=+30.106674016 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022ac00): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): _readAt: size=2, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): >_readAt: n=2, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): _writeAt: size=3, off=2 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.993923666 +0000 UTC m=+30.106674016 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022b340): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022bc80): _readAt: size=512, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022bc80): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022bc80): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022bc80): >_readAt: n=5, err=EOF 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022bc80): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.993923666 +0000 UTC m=+30.106674016 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f022bc80): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: Remove: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff730 item 3 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ea680): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ea680): >openPending: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ea680): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ea680): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ea680): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.995753577 +0000 UTC m=+30.108503927 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ea680): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ead00): _readAt: size=512, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ead00): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ead00): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ead00): >_readAt: n=5, err=EOF 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ead00): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.995753577 +0000 UTC m=+30.108503927 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02ead00): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: Remove: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ffc00 item 4 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb340): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb340): >openPending: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb340): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb340): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb340): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.997043587 +0000 UTC m=+30.109793937 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb340): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): _readAt: size=2, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): >_readAt: n=2, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): _writeAt: size=3, off=2 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.997043587 +0000 UTC m=+30.109793937 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f02eb7c0): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f03700c0): _readAt: size=512, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f03700c0): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f03700c0): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f03700c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f03700c0): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.997043587 +0000 UTC m=+30.109793937 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f03700c0): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: Remove: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06681c0 item 5 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0370880): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0370880): >openPending: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0370880): _writeAt: size=5, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0370880): >_writeAt: n=5, err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0370880): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.998758141 +0000 UTC m=+30.111508481 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0370880): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0371380): _readAt: size=512, off=0 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0371380): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0371380): >openPending: err= 2026/05/19 01:17:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0371380): >_readAt: n=5, err=EOF 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0371380): close: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:28.998758141 +0000 UTC m=+30.111508481 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0371380): >close: err= 2026/05/19 01:17:28 DEBUG : open-test-file: Remove: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0668850 item 6 2026/05/19 01:17:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:28 DEBUG : open-test-file(0x33d1f0371c40): openPending: 2026/05/19 01:17:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371c40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371c40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371c40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.000202954 +0000 UTC m=+30.112953304 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.000202954 +0000 UTC m=+30.112953304 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e3c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e880): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e880): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e880): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.000202954 +0000 UTC m=+30.112953304 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055e880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0668bd0 item 7 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055ef00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055ef00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055ef00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055ef00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055ef00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.00211483 +0000 UTC m=+30.114865200 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055ef00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055f440): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055f440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055f440): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055f440): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055f440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.00211483 +0000 UTC m=+30.114865200 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055f440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0669340 item 8 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fa00): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f055fa00): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fa00): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fa00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fa00): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fa00): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fa00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fdc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fdc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fdc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fdc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fdc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.003528774 +0000 UTC m=+30.116279124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f055fdc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.003528774 +0000 UTC m=+30.116279124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594840): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594840): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594840): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.003528774 +0000 UTC m=+30.116279124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06696c0 item 9 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594ec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594ec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594ec0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594ec0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594ec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.005359146 +0000 UTC m=+30.118109496 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0594ec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595400): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595400): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595400): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.005359146 +0000 UTC m=+30.118109496 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0669d50 item 10 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595a40): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0595a40): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595a40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595a40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595a40): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595a40): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595a40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595e00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595e00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595e00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595e00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595e00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.006870636 +0000 UTC m=+30.119620986 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0595e00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.006870636 +0000 UTC m=+30.119620986 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608900): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608900): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608900): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.006870636 +0000 UTC m=+30.119620986 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021ea10 item 11 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608f80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608f80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608f80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608f80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608f80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.008589568 +0000 UTC m=+30.121339907 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0608f80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06094c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06094c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06094c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06094c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06094c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.008589568 +0000 UTC m=+30.121339907 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06094c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021fdc0 item 12 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609b00): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0609b00): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609b00): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609b00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609b00): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609b00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609ec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609ec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609ec0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609ec0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609ec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.010144228 +0000 UTC m=+30.122894567 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0609ec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656680): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656680): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656680): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656680): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656680): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.010144228 +0000 UTC m=+30.122894567 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656680): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f08064d0 item 13 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656d00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656d00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656d00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656d00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656d00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.011474384 +0000 UTC m=+30.124224734 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0656d00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657240): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657240): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.011474384 +0000 UTC m=+30.124224734 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806a10 item 14 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657880): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0657880): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657880): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657880): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657880): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657880): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657c40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657c40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657c40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657c40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.012893248 +0000 UTC m=+30.125643598 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0657c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0400): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0400): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0400): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.012893248 +0000 UTC m=+30.125643598 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806d90 item 15 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0a80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0a80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0a80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0a80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0a80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.014244835 +0000 UTC m=+30.126995185 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0a80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0fc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0fc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0fc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0fc0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0fc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.014244835 +0000 UTC m=+30.126995185 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0fc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0807110 item 16 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1600): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1600): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1600): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.015561945 +0000 UTC m=+30.128312295 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.015561945 +0000 UTC m=+30.128312295 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1a80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1d80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1d80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.015561945 +0000 UTC m=+30.128312295 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0807490 item 17 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714500): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714500): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.017516103 +0000 UTC m=+30.130266453 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714a40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714a40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714a40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714a40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714a40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.017516103 +0000 UTC m=+30.130266453 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0714a40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0807e30 item 18 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07150c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07150c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07150c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07150c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07150c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.018941148 +0000 UTC m=+30.131691498 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07150c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.018941148 +0000 UTC m=+30.131691498 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07155c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0715ac0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0715ac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0715ac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0715ac0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0715ac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.018941148 +0000 UTC m=+30.131691498 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0715ac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0149570 item 19 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736240): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736240): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736240): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.020913279 +0000 UTC m=+30.133663629 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736780): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736780): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736780): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736780): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736780): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.020913279 +0000 UTC m=+30.133663629 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736780): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac4d0 item 20 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736e00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736e00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736e00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736e00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736e00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.022238835 +0000 UTC m=+30.134989185 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0736e00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.022238835 +0000 UTC m=+30.134989185 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737800): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737800): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.022238835 +0000 UTC m=+30.134989185 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac850 item 21 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737e80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737e80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737e80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737e80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737e80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.0241552 +0000 UTC m=+30.136905550 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0737e80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07524c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07524c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07524c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07524c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07524c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.0241552 +0000 UTC m=+30.136905550 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07524c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ace70 item 22 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0752b40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0752b40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0752b40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0752b40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0752b40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.025396377 +0000 UTC m=+30.138146728 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0752b40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.025396377 +0000 UTC m=+30.138146728 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753040): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753540): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753540): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753540): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.025396377 +0000 UTC m=+30.138146728 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad1f0 item 23 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753bc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753bc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753bc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753bc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753bc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.027262448 +0000 UTC m=+30.140012787 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0753bc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782200): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782200): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782200): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.027262448 +0000 UTC m=+30.140012787 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad7a0 item 24 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782840): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0782840): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782840): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782840): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782840): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782840): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782c00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782c00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782c00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782c00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782c00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.028672475 +0000 UTC m=+30.141422825 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0782c00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.028672475 +0000 UTC m=+30.141422825 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783640): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783640): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783640): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783640): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783640): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.028672475 +0000 UTC m=+30.141422825 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783640): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06adc00 item 25 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783cc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783cc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783cc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783cc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783cc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.030489672 +0000 UTC m=+30.143240022 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0783cc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2300): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2300): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2300): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.030489672 +0000 UTC m=+30.143240022 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6310 item 26 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2940): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f07a2940): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2940): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2940): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2940): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2940): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2940): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2d00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2d00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2d00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2d00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2d00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.031906132 +0000 UTC m=+30.144656472 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a2d00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.031906132 +0000 UTC m=+30.144656472 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3740): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3740): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3740): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.031906132 +0000 UTC m=+30.144656472 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6b60 item 27 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3dc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3dc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3dc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3dc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3dc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.033731875 +0000 UTC m=+30.146482225 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07a3dc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc400): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc400): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc400): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.033731875 +0000 UTC m=+30.146482225 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e70a0 item 28 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca40): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f07cca40): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca40): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca40): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cce00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cce00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cce00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cce00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cce00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.035057493 +0000 UTC m=+30.147807833 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cce00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08680c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08680c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08680c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08680c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08680c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.035057493 +0000 UTC m=+30.147807833 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08680c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06017a0 item 29 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cd280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cd280): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cd280): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cd280): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cd280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.03667968 +0000 UTC m=+30.149430021 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cd280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624000): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624000): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624000): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.03667968 +0000 UTC m=+30.149430021 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0601e30 item 30 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624640): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0624640): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624640): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624640): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624640): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624640): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624640): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624a00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624a00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624a00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624a00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624a00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.038505574 +0000 UTC m=+30.151255934 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0624a00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06250c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06250c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06250c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06250c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06250c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.038505574 +0000 UTC m=+30.151255934 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06250c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085a700 item 31 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06257c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06257c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06257c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06257c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06257c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.039714932 +0000 UTC m=+30.152465272 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06257c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0625d00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0625d00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0625d00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0625d00): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0625d00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.039714932 +0000 UTC m=+30.152465272 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0625d00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085ab60 item 32 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee440): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee440): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.040754288 +0000 UTC m=+30.153504627 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085aee0 item 33 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.04115713 +0000 UTC m=+30.153907470 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee8c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.04115713 +0000 UTC m=+30.153907470 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085b110 item 33 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef480): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef480): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.042274604 +0000 UTC m=+30.155024943 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085b490 item 34 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.042899947 +0000 UTC m=+30.155650287 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efe40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efe40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efe40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efe40): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efe40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.042899947 +0000 UTC m=+30.155650287 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efe40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085b6c0 item 34 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc580): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc580): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc580): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc580): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc580): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.044002272 +0000 UTC m=+30.156752612 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cc580): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085ba40 item 35 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.044422136 +0000 UTC m=+30.157172476 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cca00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ccf40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ccf40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ccf40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ccf40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ccf40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.044422136 +0000 UTC m=+30.157172476 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ccf40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085bce0 item 35 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cdb00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cdb00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cdb00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cdb00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cdb00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.045575908 +0000 UTC m=+30.158326249 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cdb00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6230 item 36 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.045995523 +0000 UTC m=+30.158745862 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.045995523 +0000 UTC m=+30.158745862 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6690 item 36 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869500): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869500): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.047281855 +0000 UTC m=+30.160032196 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6c40 item 37 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.047832507 +0000 UTC m=+30.160582847 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869e80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869e80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869e80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869e80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869e80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.047832507 +0000 UTC m=+30.160582847 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869e80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6e70 item 37 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2600): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2600): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2600): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.048936635 +0000 UTC m=+30.161686975 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e7420 item 38 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.049523115 +0000 UTC m=+30.162273455 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc2b80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc30c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc30c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc30c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc30c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc30c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.049523115 +0000 UTC m=+30.162273455 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc30c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e79d0 item 38 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3740): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3740): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3740): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.050575465 +0000 UTC m=+30.163325805 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658070 item 39 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.051143128 +0000 UTC m=+30.163893478 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0cc3c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570240): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570240): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.051143128 +0000 UTC m=+30.163893478 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658310 item 39 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05708c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05708c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05708c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05708c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05708c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.052499364 +0000 UTC m=+30.165249715 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05708c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06587e0 item 40 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.0530361 +0000 UTC m=+30.165786450 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0570dc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571340): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571340): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571340): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.0530361 +0000 UTC m=+30.165786450 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658af0 item 40 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.054150487 +0000 UTC m=+30.166900828 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571e00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571e00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571e00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659110 item 41 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571e00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571e00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.054497534 +0000 UTC m=+30.167247875 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0571e00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06592d0 item 41 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.054914113 +0000 UTC m=+30.167664452 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a00): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.054914113 +0000 UTC m=+30.167664452 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659570 item 41 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.056147745 +0000 UTC m=+30.168898086 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a980): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659960 item 42 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a980): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.056595462 +0000 UTC m=+30.169345802 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659b20 item 42 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.057135133 +0000 UTC m=+30.169885473 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd00): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.057135133 +0000 UTC m=+30.169885473 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659ce0 item 42 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.0582805 +0000 UTC m=+30.171030840 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea700): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ead00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ead00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ead00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1efda7030 item 43 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ead00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ead00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.058696326 +0000 UTC m=+30.171446666 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ead00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1efda7dc0 item 43 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.059153071 +0000 UTC m=+30.171903411 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb780): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb780): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb780): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb780): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb780): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.059153071 +0000 UTC m=+30.171903411 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb780): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0210690 item 43 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.06025739 +0000 UTC m=+30.173007730 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370800): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370800): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0211500 item 44 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370800): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.060665611 +0000 UTC m=+30.173415951 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02119d0 item 44 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.061277478 +0000 UTC m=+30.174027819 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371a80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371a80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371a80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371a80): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371a80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.061277478 +0000 UTC m=+30.174027819 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371a80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0211c70 item 44 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.062341652 +0000 UTC m=+30.175091992 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408840): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408840): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaa5b0 item 45 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408840): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.06275856 +0000 UTC m=+30.175508901 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408f40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408f40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408f40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408f40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408f40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.06275856 +0000 UTC m=+30.175508901 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0408f40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaa850 item 45 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.063921079 +0000 UTC m=+30.176671419 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409580): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409a80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409a80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409a80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaafc0 item 46 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409a80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409a80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.064332227 +0000 UTC m=+30.177082567 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0409a80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c280): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c280): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c280): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.064332227 +0000 UTC m=+30.177082567 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effab500 item 46 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.065636564 +0000 UTC m=+30.178386904 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c8c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cdc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cdc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cdc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaba40 item 47 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cdc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cdc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.066032363 +0000 UTC m=+30.178782703 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cdc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d4c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d4c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d4c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d4c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d4c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.066032363 +0000 UTC m=+30.178782703 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d4c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effabc00 item 47 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.067244636 +0000 UTC m=+30.179994976 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041db00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a100): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052e1c0 item 48 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a100): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.06772751 +0000 UTC m=+30.180477849 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a800): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a800): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.06772751 +0000 UTC m=+30.180477849 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044a800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052e5b0 item 48 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044ae40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044ae40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044ae40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044ae40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044ae40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.069329139 +0000 UTC m=+30.182079489 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044ae40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052ebd0 item 49 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.07052982 +0000 UTC m=+30.183280160 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b2c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b800): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b800): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.07052982 +0000 UTC m=+30.183280160 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044b800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052ef50 item 49 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044be80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044be80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044be80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044be80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044be80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.072200199 +0000 UTC m=+30.184950539 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f044be80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052f420 item 50 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.072724581 +0000 UTC m=+30.185474931 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460a00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460a00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460a00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460a00): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460a00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.072724581 +0000 UTC m=+30.185474931 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0460a00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052f5e0 item 50 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461080): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461080): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461080): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461080): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461080): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.073840381 +0000 UTC m=+30.186590731 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461080): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052fab0 item 51 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.074361899 +0000 UTC m=+30.187112238 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461580): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461ac0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461ac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461ac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461ac0): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461ac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.074361899 +0000 UTC m=+30.187112238 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0461ac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052fc70 item 51 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490240): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490240): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490240): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.075699849 +0000 UTC m=+30.188450199 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4150 item 52 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.076248507 +0000 UTC m=+30.188998857 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490cc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490cc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490cc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490cc0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490cc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.076248507 +0000 UTC m=+30.188998857 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0490cc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4700 item 52 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491340): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491340): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491340): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.077589093 +0000 UTC m=+30.190339443 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4a80 item 53 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.078057278 +0000 UTC m=+30.190807628 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491d80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491d80): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.078057278 +0000 UTC m=+30.190807628 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0491d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4e00 item 53 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0500): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0500): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.079343461 +0000 UTC m=+30.192093811 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0232000 item 54 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.079837605 +0000 UTC m=+30.192587955 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0a00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0f80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0f80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0f80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0f80): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0f80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.079837605 +0000 UTC m=+30.192587955 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b0f80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0232380 item 54 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1600): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1600): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1600): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.080855451 +0000 UTC m=+30.193605812 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0232b60 item 55 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.081310702 +0000 UTC m=+30.194061042 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b1b00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508140): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508140): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508140): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508140): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508140): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.081310702 +0000 UTC m=+30.194061042 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508140): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0232f50 item 55 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05087c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05087c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05087c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05087c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05087c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.08271046 +0000 UTC m=+30.195460800 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05087c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0233570 item 56 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.083200578 +0000 UTC m=+30.195950917 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0508cc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509240): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509240): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.083200578 +0000 UTC m=+30.195950917 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02338f0 item 56 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.084281912 +0000 UTC m=+30.197032252 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509dc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509dc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509dc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a63f0 item 57 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509dc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509dc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.08467693 +0000 UTC m=+30.197427270 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0509dc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a6770 item 57 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.085153592 +0000 UTC m=+30.197903931 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538980): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538980): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538980): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.085153592 +0000 UTC m=+30.197903931 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a6930 item 57 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.086520767 +0000 UTC m=+30.199271107 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0538fc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539500): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a6d90 item 58 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539500): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.086929981 +0000 UTC m=+30.199680321 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a6f50 item 58 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.087613514 +0000 UTC m=+30.200363854 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0539a40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0562100): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0562100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0562100): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0562100): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0562100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.087613514 +0000 UTC m=+30.200363854 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0562100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a75e0 item 58 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.088805509 +0000 UTC m=+30.201555850 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2840): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2840): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702150 item 59 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2840): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.089216647 +0000 UTC m=+30.201966987 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702310 item 59 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.089677328 +0000 UTC m=+30.202427668 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3300): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3300): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3300): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.089677328 +0000 UTC m=+30.202427668 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702770 item 59 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.090750358 +0000 UTC m=+30.203500718 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3940): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3e80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3e80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3e80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702af0 item 60 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3e80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3e80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.091150023 +0000 UTC m=+30.203900364 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3e80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702cb0 item 60 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.091794823 +0000 UTC m=+30.204545163 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa4c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa80): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.091794823 +0000 UTC m=+30.204545163 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702e70 item 60 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.09295629 +0000 UTC m=+30.205706630 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb0c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb600): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb600): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703260 item 61 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb600): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.093449142 +0000 UTC m=+30.206199482 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbd00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbd00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbd00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbd00): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbd00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.093449142 +0000 UTC m=+30.206199482 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbd00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703500 item 61 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.094605399 +0000 UTC m=+30.207355740 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c980): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703880 item 62 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c980): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.094974377 +0000 UTC m=+30.207724718 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062c980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d080): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d080): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d080): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d080): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d080): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.094974377 +0000 UTC m=+30.207724718 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d080): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703c70 item 62 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.096169398 +0000 UTC m=+30.208919738 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062d6c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062dc00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062dc00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062dc00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01602a0 item 63 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062dc00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062dc00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.096549357 +0000 UTC m=+30.209299697 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f062dc00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690400): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690400): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690400): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.096549357 +0000 UTC m=+30.209299697 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01605b0 item 63 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.097765497 +0000 UTC m=+30.210515837 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690a40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690f80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690f80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690f80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0161030 item 64 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690f80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690f80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.098178949 +0000 UTC m=+30.210929289 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0690f80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691680): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691680): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691680): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691680): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691680): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.098178949 +0000 UTC m=+30.210929289 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691680): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0161340 item 64 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691cc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691cc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691cc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691cc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691cc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.099516018 +0000 UTC m=+30.212266358 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0691cc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0161ab0 item 65 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.100539594 +0000 UTC m=+30.213289954 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0740): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0740): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0740): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.100539594 +0000 UTC m=+30.213289954 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fe1c0 item 65 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0d80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0d80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.102009745 +0000 UTC m=+30.214760095 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b0d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fe770 item 66 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.102550117 +0000 UTC m=+30.215300477 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1740): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1740): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1740): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.102550117 +0000 UTC m=+30.215300477 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fea10 item 66 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1d80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1d80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.103863913 +0000 UTC m=+30.216614253 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06b1d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fee70 item 67 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.104403183 +0000 UTC m=+30.217153543 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704800): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704800): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.104403183 +0000 UTC m=+30.217153543 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff0a0 item 67 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704e80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704e80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704e80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704e80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704e80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.105719802 +0000 UTC m=+30.218470143 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0704e80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff420 item 68 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.106327141 +0000 UTC m=+30.219077512 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0705380): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07058c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07058c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07058c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07058c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07058c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.106327141 +0000 UTC m=+30.219077512 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07058c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff5e0 item 68 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722000): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722000): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722000): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.107915697 +0000 UTC m=+30.220666078 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff960 item 69 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.108429959 +0000 UTC m=+30.221180300 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722980): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722980): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722980): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.108429959 +0000 UTC m=+30.221180300 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0722980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ffb20 item 69 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723000): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723000): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723000): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.109705913 +0000 UTC m=+30.222456253 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06680e0 item 70 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.110305347 +0000 UTC m=+30.223055687 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723a40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723a40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723a40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723a40): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723a40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.110305347 +0000 UTC m=+30.223055687 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0723a40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06682a0 item 70 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07421c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07421c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07421c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07421c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07421c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.111563206 +0000 UTC m=+30.224313547 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07421c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06687e0 item 71 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.111994843 +0000 UTC m=+30.224745183 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07426c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0742bc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0742bc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0742bc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0742bc0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0742bc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.111994843 +0000 UTC m=+30.224745183 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0742bc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06689a0 item 71 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743240): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743240): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743240): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.113058554 +0000 UTC m=+30.225808895 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0668e00 item 72 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.113515449 +0000 UTC m=+30.226265789 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743c80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743c80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743c80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743c80): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743c80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.113515449 +0000 UTC m=+30.226265789 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0743c80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06690a0 item 72 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.114780332 +0000 UTC m=+30.227530672 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a840): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a840): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0669500 item 73 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a840): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.115198713 +0000 UTC m=+30.227949054 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076a840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06696c0 item 73 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.115689131 +0000 UTC m=+30.228439471 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076ad00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b240): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b240): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.115689131 +0000 UTC m=+30.228439471 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06698f0 item 73 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.116745659 +0000 UTC m=+30.229495999 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076b880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076bd80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076bd80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076bd80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021e070 item 74 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076bd80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076bd80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.117138441 +0000 UTC m=+30.229888781 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f076bd80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021e4d0 item 74 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.117786408 +0000 UTC m=+30.230536748 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07903c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790940): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790940): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790940): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790940): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790940): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.117786408 +0000 UTC m=+30.230536748 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790940): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021eee0 item 74 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.119177189 +0000 UTC m=+30.231927548 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0790f80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0791480): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0791480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0791480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021fb90 item 75 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0791480): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0791480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.119594006 +0000 UTC m=+30.232344347 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0791480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f08060e0 item 75 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.120012459 +0000 UTC m=+30.232762799 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07919c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce000): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce000): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce000): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.120012459 +0000 UTC m=+30.232762799 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f08062a0 item 75 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.121405123 +0000 UTC m=+30.234155463 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ce640): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ceb40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ceb40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ceb40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f08068c0 item 76 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ceb40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ceb40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.121902914 +0000 UTC m=+30.234653255 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ceb40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806af0 item 76 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.122375128 +0000 UTC m=+30.235125468 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf080): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf600): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf600): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.122375128 +0000 UTC m=+30.235125468 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cf600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806cb0 item 76 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.123580828 +0000 UTC m=+30.236331168 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cfc40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812240): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812240): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0807030 item 77 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812240): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.124023896 +0000 UTC m=+30.236774236 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812940): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812940): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812940): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812940): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812940): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.124023896 +0000 UTC m=+30.236774236 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812940): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f08071f0 item 77 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.125304118 +0000 UTC m=+30.238054458 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0812f80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813480): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0807570 item 78 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813480): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.125762074 +0000 UTC m=+30.238512414 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813b80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813b80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813b80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813b80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813b80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.125762074 +0000 UTC m=+30.238512414 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0813b80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0807730 item 78 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.127139118 +0000 UTC m=+30.239889458 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08302c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08307c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08307c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08307c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01482a0 item 79 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08307c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08307c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.127520099 +0000 UTC m=+30.240270439 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08307c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0830ec0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0830ec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0830ec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0830ec0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0830ec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.127520099 +0000 UTC m=+30.240270439 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0830ec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01487e0 item 79 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.128801955 +0000 UTC m=+30.241552294 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831a00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831a00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831a00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0149d50 item 80 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831a00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831a00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.129164049 +0000 UTC m=+30.241914390 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0831a00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880200): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880200): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880200): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.129164049 +0000 UTC m=+30.241914390 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac310 item 80 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880840): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880840): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880840): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.13087722 +0000 UTC m=+30.243627560 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac700 item 81 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.131334785 +0000 UTC m=+30.244085124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0880cc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881200): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881200): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881200): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.131334785 +0000 UTC m=+30.244085124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac8c0 item 81 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881880): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881880): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881880): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.133522593 +0000 UTC m=+30.246272933 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06acd90 item 82 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.134140703 +0000 UTC m=+30.246891043 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0881d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089a400): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089a400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089a400): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089a400): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089a400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.134140703 +0000 UTC m=+30.246891043 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089a400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06acf50 item 82 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089aa80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089aa80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089aa80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089aa80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089aa80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.135193384 +0000 UTC m=+30.247943724 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089aa80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad2d0 item 83 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.135591757 +0000 UTC m=+30.248342096 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089af80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089b4c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089b4c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089b4c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089b4c0): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089b4c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.135591757 +0000 UTC m=+30.248342096 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089b4c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad490 item 83 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089bb40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089bb40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089bb40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089bb40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089bb40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.136655469 +0000 UTC m=+30.249405809 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f089bb40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad9d0 item 84 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.137428021 +0000 UTC m=+30.250178361 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba140): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba6c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba6c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba6c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba6c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba6c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.137428021 +0000 UTC m=+30.250178361 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ba6c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06adb90 item 84 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bad40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bad40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bad40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bad40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bad40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.138902609 +0000 UTC m=+30.251652950 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bad40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0600310 item 85 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.139354093 +0000 UTC m=+30.252104434 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb780): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb780): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb780): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb780): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb780): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.139354093 +0000 UTC m=+30.252104434 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bb780): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06005b0 item 85 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bbe00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bbe00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bbe00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bbe00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bbe00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.141052576 +0000 UTC m=+30.253802916 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08bbe00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0600bd0 item 86 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.14155644 +0000 UTC m=+30.254306780 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da980): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da980): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da980): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.14155644 +0000 UTC m=+30.254306780 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08da980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0600d90 item 86 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db000): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db000): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db000): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.142880364 +0000 UTC m=+30.255630714 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04682a0 item 87 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.14351266 +0000 UTC m=+30.256263010 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08db500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dba40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dba40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dba40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dba40): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dba40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.14351266 +0000 UTC m=+30.256263010 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dba40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0468690 item 87 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f41c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f41c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f41c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f41c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f41c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.14475527 +0000 UTC m=+30.257505610 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f41c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0468af0 item 88 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.145293208 +0000 UTC m=+30.258043548 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f46c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f4c40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f4c40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f4c40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f4c40): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f4c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.145293208 +0000 UTC m=+30.258043548 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f4c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0468e00 item 88 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.146368171 +0000 UTC m=+30.259118511 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f57c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f57c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f57c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0469180 item 89 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f57c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f57c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.146775843 +0000 UTC m=+30.259526183 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f57c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04696c0 item 89 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.147236393 +0000 UTC m=+30.259986734 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08f5d00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e380): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e380): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e380): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e380): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e380): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.147236393 +0000 UTC m=+30.259986734 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e380): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0469960 item 89 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.148322057 +0000 UTC m=+30.261072397 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090e9c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090ef00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090ef00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090ef00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9a000 item 90 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090ef00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090ef00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.148706604 +0000 UTC m=+30.261456944 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090ef00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9a1c0 item 90 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.149204116 +0000 UTC m=+30.261954456 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090f440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090fa00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090fa00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090fa00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090fa00): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090fa00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.149204116 +0000 UTC m=+30.261954456 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f090fa00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9a3f0 item 90 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.150238242 +0000 UTC m=+30.262988582 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930140): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930680): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930680): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930680): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9a850 item 91 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930680): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930680): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.150615555 +0000 UTC m=+30.263365896 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930680): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9aa10 item 91 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.151148504 +0000 UTC m=+30.263898843 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0930bc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931140): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931140): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931140): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931140): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931140): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.151148504 +0000 UTC m=+30.263898843 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931140): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9abd0 item 91 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.152232965 +0000 UTC m=+30.264983306 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931780): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931cc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931cc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931cc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9af50 item 92 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931cc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931cc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.152634424 +0000 UTC m=+30.265384764 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0931cc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9b110 item 92 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.153143437 +0000 UTC m=+30.265893776 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09508c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09508c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09508c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09508c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09508c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.153143437 +0000 UTC m=+30.265893776 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09508c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9b2d0 item 92 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.154194555 +0000 UTC m=+30.266944896 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0950f00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951440): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9b6c0 item 93 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951440): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.154787838 +0000 UTC m=+30.267538178 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951b40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951b40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951b40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951b40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951b40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.154787838 +0000 UTC m=+30.267538178 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0951b40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9b880 item 93 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.155997396 +0000 UTC m=+30.268747735 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a7c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a7c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a7c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0b9bce0 item 94 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a7c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a7c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.156390048 +0000 UTC m=+30.269140388 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a7c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aec0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aec0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.156390048 +0000 UTC m=+30.269140388 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0228000 item 94 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.157752244 +0000 UTC m=+30.270502585 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096b500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096ba40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096ba40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096ba40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02283f0 item 95 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096ba40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096ba40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.158177819 +0000 UTC m=+30.270928159 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096ba40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a123c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a123c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a123c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a123c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a123c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.158177819 +0000 UTC m=+30.270928159 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a123c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f00f2070 item 95 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.159774199 +0000 UTC m=+30.272524540 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12a00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12f40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12f40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12f40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a65b0 item 96 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12f40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12f40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.160186027 +0000 UTC m=+30.272936368 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12f40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13640): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13640): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13640): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13640): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13640): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.160186027 +0000 UTC m=+30.272936368 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13640): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a67e0 item 96 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= 2026/05/19 01:17:29 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : >WaitForWriters: 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:29 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/19 01:17:29 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a180): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a180): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a180): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a180): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a180): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.165856254 +0000 UTC m=+30.278606594 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a180): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.165856254 +0000 UTC m=+30.278606594 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096a600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aac0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aac0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.165856254 +0000 UTC m=+30.278606594 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096aac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6230 item 1 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096be80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096be80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096be80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096be80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096be80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.167412268 +0000 UTC m=+30.280162607 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f096be80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868500): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868500): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868500): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.167412268 +0000 UTC m=+30.280162607 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6bd0 item 2 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868b40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868b40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868b40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868b40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868b40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.16866699 +0000 UTC m=+30.281417330 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868b40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.16866699 +0000 UTC m=+30.281417330 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868fc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869480): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869480): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869480): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.16866699 +0000 UTC m=+30.281417330 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6fc0 item 3 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869b00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869b00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869b00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869b00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869b00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.170301592 +0000 UTC m=+30.283051932 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869b00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6180): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6180): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6180): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6180): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6180): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.170301592 +0000 UTC m=+30.283051932 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6180): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e7730 item 4 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6800): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6800): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6800): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.171453281 +0000 UTC m=+30.284203621 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.171453281 +0000 UTC m=+30.284203621 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6e80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7d80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7d80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.171453281 +0000 UTC m=+30.284203621 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e7ce0 item 5 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ae00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ae00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ae00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ae00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ae00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.172929051 +0000 UTC m=+30.285679392 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ae00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ba00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ba00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ba00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ba00): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ba00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.172929051 +0000 UTC m=+30.285679392 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022ba00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658620 item 6 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea480): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea480): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.174195147 +0000 UTC m=+30.286945487 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.174195147 +0000 UTC m=+30.286945487 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaf80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaf80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:29 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaf80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaf80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaf80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.174195147 +0000 UTC m=+30.286945487 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eaf80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658af0 item 7 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb600): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb600): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb600): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.176737205 +0000 UTC m=+30.289487545 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebe80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebe80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebe80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebe80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebe80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.176737205 +0000 UTC m=+30.289487545 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebe80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659260 item 8 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03705c0): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f03705c0): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03705c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03705c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03705c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03705c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03705c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370dc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370dc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370dc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370dc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370dc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.178115893 +0000 UTC m=+30.290866234 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370dc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.178115893 +0000 UTC m=+30.290866234 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03714c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371b80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371b80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371b80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371b80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371b80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.178115893 +0000 UTC m=+30.290866234 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371b80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659730 item 9 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2140): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2140): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2140): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2140): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2140): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.179888827 +0000 UTC m=+30.292639167 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2140): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2700): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2700): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2700): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2700): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2700): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.179888827 +0000 UTC m=+30.292639167 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2700): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659c00 item 10 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d40): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f06e2d40): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d40): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2d40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3100): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3100): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.181173526 +0000 UTC m=+30.293923867 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.181173526 +0000 UTC m=+30.293923867 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3b00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3b00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3b00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3b00): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3b00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.181173526 +0000 UTC m=+30.293923867 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3b00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1efda6bd0 item 11 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0280): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0280): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0280): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.182722848 +0000 UTC m=+30.295473188 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b07c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b07c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b07c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b07c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b07c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.182722848 +0000 UTC m=+30.295473188 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b07c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0210690 item 12 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0e00): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f03b0e00): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0e00): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0e00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0e00): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0e00): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b0e00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b11c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b11c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b11c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b11c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b11c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.183951522 +0000 UTC m=+30.296701862 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b11c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b1880): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b1880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b1880): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b1880): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b1880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.183951522 +0000 UTC m=+30.296701862 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f03b1880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0211500 item 13 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c000): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c000): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c000): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.185209802 +0000 UTC m=+30.297960142 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c540): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c540): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c540): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.185209802 +0000 UTC m=+30.297960142 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041c540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0211c70 item 14 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cb80): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f041cb80): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cb80): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cb80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cb80): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cb80): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cb80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cf40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cf40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cf40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cf40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cf40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.186475827 +0000 UTC m=+30.299226167 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041cf40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d600): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d600): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.186475827 +0000 UTC m=+30.299226167 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041d600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaa5b0 item 15 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041dc80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041dc80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041dc80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041dc80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041dc80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.18769331 +0000 UTC m=+30.300443650 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f041dc80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04502c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04502c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04502c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04502c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04502c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.18769331 +0000 UTC m=+30.300443650 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04502c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaac40 item 16 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.188673513 +0000 UTC m=+30.301423854 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.188673513 +0000 UTC m=+30.301423854 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0450d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451280): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451280): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451280): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.188673513 +0000 UTC m=+30.301423854 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effab500 item 17 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.190425227 +0000 UTC m=+30.303175567 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451e40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451e40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451e40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451e40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451e40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.190425227 +0000 UTC m=+30.303175567 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0451e40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effabb90 item 18 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045e5c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045e5c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045e5c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045e5c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045e5c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.19188579 +0000 UTC m=+30.304636130 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045e5c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.19188579 +0000 UTC m=+30.304636130 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045eac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045efc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045efc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045efc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045efc0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045efc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.19188579 +0000 UTC m=+30.304636130 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045efc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052e070 item 19 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045f640): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045f640): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045f640): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045f640): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045f640): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.193522616 +0000 UTC m=+30.306272956 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045f640): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045fb80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045fb80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045fb80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045fb80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045fb80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.193522616 +0000 UTC m=+30.306272956 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045fb80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052e850 item 20 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488300): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488300): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488300): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.194747263 +0000 UTC m=+30.307497632 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.194747263 +0000 UTC m=+30.307497632 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488d00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488d00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488d00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488d00): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488d00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.194747263 +0000 UTC m=+30.307497632 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0488d00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052ef50 item 21 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0489380): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0489380): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0489380): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0489380): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0489380): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.196254784 +0000 UTC m=+30.309005124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0489380): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04898c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04898c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04898c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04898c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04898c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.196254784 +0000 UTC m=+30.309005124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04898c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052f570 item 22 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498040): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498040): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498040): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498040): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498040): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.197366106 +0000 UTC m=+30.310116446 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498040): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.197366106 +0000 UTC m=+30.310116446 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498a40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498a40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498a40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498a40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498a40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.197366106 +0000 UTC m=+30.310116446 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0498a40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052fa40 item 23 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04990c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04990c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04990c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04990c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04990c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.199445208 +0000 UTC m=+30.312195548 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04990c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499600): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499600): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.199445208 +0000 UTC m=+30.312195548 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4070 item 24 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499c40): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0499c40): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499c40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499c40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499c40): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0499c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be100): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be100): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.200583121 +0000 UTC m=+30.313333461 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.200583121 +0000 UTC m=+30.313333461 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04be600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04beb40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04beb40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04beb40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04beb40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04beb40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.200583121 +0000 UTC m=+30.313333461 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04beb40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e47e0 item 25 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf1c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf1c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf1c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf1c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf1c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.202303685 +0000 UTC m=+30.315054025 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf1c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf700): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf700): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf700): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf700): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf700): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.202303685 +0000 UTC m=+30.315054025 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bf700): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4ee0 item 26 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bfd40): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f04bfd40): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bfd40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bfd40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bfd40): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bfd40): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04bfd40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524200): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524200): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524200): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.203447269 +0000 UTC m=+30.316197619 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.203447269 +0000 UTC m=+30.316197619 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524700): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524c40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524c40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524c40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524c40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.203447269 +0000 UTC m=+30.316197619 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0524c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02320e0 item 27 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05252c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05252c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05252c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05252c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05252c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.204974798 +0000 UTC m=+30.317725138 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05252c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525800): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525800): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.204974798 +0000 UTC m=+30.317725138 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0232b60 item 28 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525e40): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0525e40): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525e40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525e40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525e40): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525e40): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0525e40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0548300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0548300): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0548300): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0548300): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0548300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.206147306 +0000 UTC m=+30.318897647 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0548300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05489c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05489c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05489c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05489c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05489c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.206147306 +0000 UTC m=+30.318897647 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05489c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0233180 item 29 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549040): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549040): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549040): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549040): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549040): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.207374788 +0000 UTC m=+30.320125128 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549040): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549580): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549580): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549580): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549580): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549580): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.207374788 +0000 UTC m=+30.320125128 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549580): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02338f0 item 30 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549bc0): _readAt: size=2, off=0 2026/05/19 01:17:29 ERROR : open-test-file(0x33d1f0549bc0): Couldn't read size of file 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549bc0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549bc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549bc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549bc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0549bc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560080): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560080): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560080): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560080): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560080): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.208595827 +0000 UTC m=+30.321346168 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560080): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560740): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560740): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560740): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.208595827 +0000 UTC m=+30.321346168 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702230 item 31 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560dc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560dc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560dc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560dc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560dc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.209846683 +0000 UTC m=+30.322597023 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0560dc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561300): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561300): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561300): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.209846683 +0000 UTC m=+30.322597023 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702850 item 32 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561940): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561940): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561940): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561940): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561940): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.211123097 +0000 UTC m=+30.323873437 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561940): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702bd0 item 33 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.211487537 +0000 UTC m=+30.324237877 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0561dc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa3c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa3c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa3c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa3c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa3c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.211487537 +0000 UTC m=+30.324237877 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fa3c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702d90 item 33 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.212589532 +0000 UTC m=+30.325339872 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05faa00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703180 item 34 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.21304359 +0000 UTC m=+30.325793931 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fae80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb3c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb3c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb3c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb3c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb3c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.21304359 +0000 UTC m=+30.325793931 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fb3c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703340 item 34 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fba00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fba00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fba00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fba00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fba00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.214205648 +0000 UTC m=+30.326955988 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fba00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f07037a0 item 35 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.214785566 +0000 UTC m=+30.327535906 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f05fbe80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634480): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634480): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634480): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.214785566 +0000 UTC m=+30.327535906 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703960 item 35 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634b00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634b00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634b00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634b00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634b00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.215928037 +0000 UTC m=+30.328678377 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0634b00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0160070 item 36 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.216407434 +0000 UTC m=+30.329157774 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635540): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635540): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635540): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.216407434 +0000 UTC m=+30.329157774 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01602a0 item 36 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635b80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635b80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635b80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635b80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635b80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.217460496 +0000 UTC m=+30.330210835 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0635b80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0160cb0 item 37 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.217904936 +0000 UTC m=+30.330655276 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c600): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c600): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.217904936 +0000 UTC m=+30.330655276 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066c600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0161030 item 37 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066cc80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066cc80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066cc80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066cc80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066cc80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.219007851 +0000 UTC m=+30.331758192 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066cc80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01617a0 item 38 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.219531944 +0000 UTC m=+30.332282284 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d180): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d6c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d6c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d6c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d6c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d6c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.219531944 +0000 UTC m=+30.332282284 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066d6c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0161ab0 item 38 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066dd40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066dd40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066dd40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066dd40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066dd40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.220614441 +0000 UTC m=+30.333364781 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f066dd40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fe380 item 39 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.221018204 +0000 UTC m=+30.333768545 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0840): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0840): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0840): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.221018204 +0000 UTC m=+30.333768545 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fe770 item 39 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0ec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0ec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0ec0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0ec0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0ec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.222315388 +0000 UTC m=+30.335065729 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a0ec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09febd0 item 40 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.222941933 +0000 UTC m=+30.335692273 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a13c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1900): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1900): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1900): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.222941933 +0000 UTC m=+30.335692273 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09fee70 item 40 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.224275155 +0000 UTC m=+30.337025496 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06a1ec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc4c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc4c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc4c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff260 item 41 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc4c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc4c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.224701131 +0000 UTC m=+30.337451471 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc4c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff420 item 41 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.225145712 +0000 UTC m=+30.337896051 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cc980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06ccec0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06ccec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06ccec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06ccec0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06ccec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.225145712 +0000 UTC m=+30.337896051 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06ccec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff5e0 item 41 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.226507548 +0000 UTC m=+30.339257888 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cd500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cda00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cda00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cda00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ff960 item 42 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cda00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cda00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.226925519 +0000 UTC m=+30.339675859 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06cda00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ffb20 item 42 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.227420706 +0000 UTC m=+30.340171046 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c040): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c5c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c5c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c5c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c5c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c5c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.227420706 +0000 UTC m=+30.340171046 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070c5c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f09ffdc0 item 42 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.228553158 +0000 UTC m=+30.341303498 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070cc00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d100): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06682a0 item 43 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d100): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.229049697 +0000 UTC m=+30.341800047 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0668540 item 43 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.229535907 +0000 UTC m=+30.342286247 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070d640): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070db80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070db80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070db80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070db80): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070db80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.229535907 +0000 UTC m=+30.342286247 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f070db80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06687e0 item 43 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.230681934 +0000 UTC m=+30.343432274 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e2c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e7c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e7c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e7c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0668b60 item 44 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e7c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e7c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.231141964 +0000 UTC m=+30.343892304 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071e7c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0668e00 item 44 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.231641529 +0000 UTC m=+30.344391869 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071ed00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f280): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f280): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f280): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.231641529 +0000 UTC m=+30.344391869 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06690a0 item 44 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.232706684 +0000 UTC m=+30.345457024 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071f8c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071fdc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071fdc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071fdc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0669500 item 45 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071fdc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071fdc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.233103965 +0000 UTC m=+30.345854315 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f071fdc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073c5c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073c5c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073c5c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073c5c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073c5c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.233103965 +0000 UTC m=+30.345854315 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073c5c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06696c0 item 45 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.23436999 +0000 UTC m=+30.347120330 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073cc00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d100): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0669b90 item 46 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d100): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.23495669 +0000 UTC m=+30.347707030 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d800): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d800): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.23495669 +0000 UTC m=+30.347707030 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073d800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021e070 item 46 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.23642076 +0000 UTC m=+30.349171099 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f073de40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762440): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021eee0 item 47 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762440): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.23685979 +0000 UTC m=+30.349610129 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762b40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762b40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762b40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762b40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762b40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.23685979 +0000 UTC m=+30.349610129 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0762b40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021f490 item 47 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.238164688 +0000 UTC m=+30.350915028 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085a770 item 48 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.238586957 +0000 UTC m=+30.351337307 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eee00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef500): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef500): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef500): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.238586957 +0000 UTC m=+30.351337307 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085a9a0 item 48 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efb40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efb40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efb40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efb40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efb40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.23974652 +0000 UTC m=+30.352496860 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efb40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085ad90 item 49 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.240201731 +0000 UTC m=+30.352952071 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07960c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796600): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796600): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.240201731 +0000 UTC m=+30.352952071 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085af50 item 49 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796c80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796c80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796c80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796c80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796c80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.241384739 +0000 UTC m=+30.354135079 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0796c80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085b340 item 50 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.241886739 +0000 UTC m=+30.354637078 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797180): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797700): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797700): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797700): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797700): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797700): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.241886739 +0000 UTC m=+30.354637078 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797700): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085b500 item 50 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797d80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797d80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797d80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797d80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797d80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.242950861 +0000 UTC m=+30.355701202 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0797d80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085b8f0 item 51 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.243363922 +0000 UTC m=+30.356114262 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca380): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca8c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca8c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca8c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca8c0): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca8c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.243363922 +0000 UTC m=+30.356114262 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ca8c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f085bab0 item 51 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07caf40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07caf40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07caf40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07caf40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07caf40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.244499981 +0000 UTC m=+30.357250322 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07caf40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806150 item 52 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.245176842 +0000 UTC m=+30.357927181 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb9c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb9c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb9c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb9c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb9c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.245176842 +0000 UTC m=+30.357927181 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07cb9c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806310 item 52 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea140): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea140): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea140): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea140): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea140): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.246224464 +0000 UTC m=+30.358974804 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea140): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806930 item 53 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.246625382 +0000 UTC m=+30.359375721 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ea640): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eab80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eab80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eab80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eab80): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eab80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.246625382 +0000 UTC m=+30.359375721 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eab80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806b60 item 53 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb200): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb200): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb200): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.247728068 +0000 UTC m=+30.360478407 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0806ee0 item 54 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.248212263 +0000 UTC m=+30.360962614 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07eb700): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ebc80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ebc80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ebc80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ebc80): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ebc80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.248212263 +0000 UTC m=+30.360962614 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f07ebc80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f08070a0 item 54 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a400): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a400): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a400): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.24926264 +0000 UTC m=+30.362012981 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0807420 item 55 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.249671253 +0000 UTC m=+30.362421593 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081a900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081ae40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081ae40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081ae40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081ae40): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081ae40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.249671253 +0000 UTC m=+30.362421593 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081ae40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f08075e0 item 55 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b4c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b4c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b4c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b4c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b4c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.250819285 +0000 UTC m=+30.363569625 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b4c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0148000 item 56 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.251314311 +0000 UTC m=+30.364064651 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f081b9c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844040): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844040): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844040): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844040): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844040): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.251314311 +0000 UTC m=+30.364064651 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844040): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0148310 item 56 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.252261472 +0000 UTC m=+30.365011822 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844680): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844bc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844bc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844bc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0149730 item 57 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844bc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844bc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.252799701 +0000 UTC m=+30.365550041 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0844bc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac000 item 57 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.253237299 +0000 UTC m=+30.365987639 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845680): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845680): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845680): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845680): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845680): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.253237299 +0000 UTC m=+30.365987639 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845680): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac380 item 57 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.254418764 +0000 UTC m=+30.367169124 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0845cc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e300): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e300): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac770 item 58 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e300): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.254836594 +0000 UTC m=+30.367586933 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac930 item 58 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.255487494 +0000 UTC m=+30.368237875 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ee00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ee00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ee00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ee00): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ee00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.255487494 +0000 UTC m=+30.368237875 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ee00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06acc40 item 58 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.256817541 +0000 UTC m=+30.369567880 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f980): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06acfc0 item 59 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f980): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.257361429 +0000 UTC m=+30.370111779 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad180 item 59 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.257887816 +0000 UTC m=+30.370638156 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087fec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6540): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6540): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6540): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.257887816 +0000 UTC m=+30.370638156 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad340 item 59 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.259685776 +0000 UTC m=+30.372436116 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6a80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6fc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6fc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6fc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac310 item 60 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6fc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6fc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.260140908 +0000 UTC m=+30.372891247 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a6fc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac540 item 60 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.260634771 +0000 UTC m=+30.373385112 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7ac0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7ac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7ac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7ac0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7ac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.260634771 +0000 UTC m=+30.373385112 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08a7ac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ac700 item 60 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.261702391 +0000 UTC m=+30.374452731 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12740): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12740): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06acbd0 item 61 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12740): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.262233525 +0000 UTC m=+30.374983865 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12e40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12e40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12e40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12e40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12e40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.262233525 +0000 UTC m=+30.374983865 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a12e40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06acd90 item 61 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.263529707 +0000 UTC m=+30.376280047 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a13480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a139c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a139c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a139c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad730 item 62 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a139c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a139c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.263942658 +0000 UTC m=+30.376692997 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0a139c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868340): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868340): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868340): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.263942658 +0000 UTC m=+30.376692997 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ad9d0 item 62 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.265272313 +0000 UTC m=+30.378022653 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06ade30 item 63 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.265640519 +0000 UTC m=+30.378390860 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0868ec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08695c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08695c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08695c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08695c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08695c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.265640519 +0000 UTC m=+30.378390860 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08695c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021e3f0 item 63 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): >_readAt: n=0, err=Bad file descriptor 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.266816184 +0000 UTC m=+30.379566524 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0869c00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6280): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6280): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6280): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021f420 item 64 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6280): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6280): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.267206793 +0000 UTC m=+30.379957132 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6280): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.267206793 +0000 UTC m=+30.379957132 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e6a40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f021fb90 item 64 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.268291504 +0000 UTC m=+30.381041844 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01e7c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a63f0 item 65 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.268945932 +0000 UTC m=+30.381696282 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022a900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b240): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b240): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.268945932 +0000 UTC m=+30.381696282 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022b240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a6770 item 65 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.270154228 +0000 UTC m=+30.382904568 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f022bd40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a6c40 item 66 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.270576697 +0000 UTC m=+30.383327037 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ea540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eabc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eabc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eabc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eabc0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eabc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.270576697 +0000 UTC m=+30.383327037 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eabc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a6e00 item 66 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb200): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb200): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb200): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb200): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb200): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.271649255 +0000 UTC m=+30.384399595 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb200): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a77a0 item 67 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.272154171 +0000 UTC m=+30.384904511 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02eb680): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebec0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebec0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebec0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebec0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebec0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.272154171 +0000 UTC m=+30.384904511 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f02ebec0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a79d0 item 67 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370740): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370740): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370740): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.273707158 +0000 UTC m=+30.386457498 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0370740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f04a7d50 item 68 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.274220299 +0000 UTC m=+30.386970639 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371080): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371800): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371800): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371800): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.274220299 +0000 UTC m=+30.386970639 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0371800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f00f2620 item 68 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f00af3c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f00af3c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f00af3c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f00af3c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f00af3c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.27541615 +0000 UTC m=+30.388166490 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f00af3c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f00f3b20 item 69 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.275861564 +0000 UTC m=+30.388611903 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2900): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2900): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2900): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.275861564 +0000 UTC m=+30.388611903 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0228070 item 69 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2f80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2f80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2f80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2f80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2f80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.276884118 +0000 UTC m=+30.389634458 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e2f80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0228460 item 70 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.277332155 +0000 UTC m=+30.390082495 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e3480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e39c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e39c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e39c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e39c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e39c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.277332155 +0000 UTC m=+30.390082495 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f06e39c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0228850 item 70 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee140): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee140): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee140): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee140): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee140): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.278411587 +0000 UTC m=+30.391161957 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee140): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02292d0 item 71 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.278876926 +0000 UTC m=+30.391627267 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ee6c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eebc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eebc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eebc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eebc0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eebc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.278876926 +0000 UTC m=+30.391627267 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09eebc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02296c0 item 71 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef2c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef2c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef2c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef2c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef2c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.279948724 +0000 UTC m=+30.392699064 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef2c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0229d50 item 72 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.28046956 +0000 UTC m=+30.393219900 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09ef7c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efd00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efd00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efd00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efd00): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efd00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.28046956 +0000 UTC m=+30.393219900 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f09efd00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e60e0 item 72 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.281477626 +0000 UTC m=+30.394227966 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e3c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e8c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e8c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e8c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e67e0 item 73 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e8c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e8c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.281883775 +0000 UTC m=+30.394634115 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087e8c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6af0 item 73 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.282338875 +0000 UTC m=+30.395089215 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087ed80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f2c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f2c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f2c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f2c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f2c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.282338875 +0000 UTC m=+30.395089215 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f2c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e6cb0 item 73 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.283464765 +0000 UTC m=+30.396215105 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f087f900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c300): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c300): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c300): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e70a0 item 74 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c300): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c300): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.28392173 +0000 UTC m=+30.396672080 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c300): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e7500 item 74 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.284524209 +0000 UTC m=+30.397274549 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097c840): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097cdc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097cdc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097cdc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097cdc0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097cdc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.284524209 +0000 UTC m=+30.397274549 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097cdc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e76c0 item 74 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.285603981 +0000 UTC m=+30.398354321 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06e7c70 item 75 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.286008166 +0000 UTC m=+30.398758507 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097d900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): _writeAt: size=3, off=2 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658070 item 75 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.286444151 +0000 UTC m=+30.399194491 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f097de40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4480): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4480): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4480): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.286444151 +0000 UTC m=+30.399194491 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658310 item 75 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.287916315 +0000 UTC m=+30.400666655 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4ac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4fc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4fc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4fc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658700 item 76 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4fc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4fc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.288375374 +0000 UTC m=+30.401125714 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f4fc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06589a0 item 76 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): _writeAt: size=3, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.288894906 +0000 UTC m=+30.401645246 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5500): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5a80): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5a80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5a80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5a80): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5a80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.288894906 +0000 UTC m=+30.401645246 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f01f5a80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0658bd0 item 76 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.290049179 +0000 UTC m=+30.402799519 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a1c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a6c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a6c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a6c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06591f0 item 77 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a6c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a6c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.290518958 +0000 UTC m=+30.403269308 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036a6c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036adc0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036adc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036adc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036adc0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036adc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.290518958 +0000 UTC m=+30.403269308 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036adc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f06593b0 item 77 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.29174112 +0000 UTC m=+30.404491460 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659880 item 78 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.292152408 +0000 UTC m=+30.404902758 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f036b900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392100): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392100): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392100): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.292152408 +0000 UTC m=+30.404902758 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659a40 item 78 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.293389568 +0000 UTC m=+30.406139908 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392c40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392c40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392c40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0659dc0 item 79 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392c40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392c40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.293877902 +0000 UTC m=+30.406628243 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0392c40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0540): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0540): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0540): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.293877902 +0000 UTC m=+30.406628243 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1efda6bd0 item 79 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.295042826 +0000 UTC m=+30.407793166 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b0b80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1080): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1080): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1080): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0210310 item 80 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1080): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1080): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.295431691 +0000 UTC m=+30.408182031 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1080): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1780): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1780): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1780): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1780): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1780): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.295431691 +0000 UTC m=+30.408182031 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1780): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0210700 item 80 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1dc0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1dc0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1dc0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1dc0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1dc0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.296475705 +0000 UTC m=+30.409226045 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08b1dc0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0211570 item 81 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.29699067 +0000 UTC m=+30.409741010 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2880): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2880): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2880): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.29699067 +0000 UTC m=+30.409741010 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0211a40 item 81 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2f00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2f00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2f00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2f00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2f00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.298278947 +0000 UTC m=+30.411029307 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c2f00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaa000 item 82 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.298726533 +0000 UTC m=+30.411476873 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3400): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3980): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3980): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3980): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.298726533 +0000 UTC m=+30.411476873 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08c3980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaa620 item 82 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce100): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce100): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce100): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce100): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce100): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.299820792 +0000 UTC m=+30.412571133 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce100): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effaad90 item 83 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.30026298 +0000 UTC m=+30.413013320 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ce600): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ceb40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ceb40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ceb40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ceb40): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ceb40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.30026298 +0000 UTC m=+30.413013320 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ceb40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effab0a0 item 83 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf1c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf1c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf1c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf1c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf1c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.301379562 +0000 UTC m=+30.414129902 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf1c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effab7a0 item 84 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.301836136 +0000 UTC m=+30.414586475 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cf6c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cfc40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cfc40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cfc40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cfc40): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cfc40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.301836136 +0000 UTC m=+30.414586475 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08cfc40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effabab0 item 84 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc3c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc3c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc3c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc3c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc3c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.302868759 +0000 UTC m=+30.415619099 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc3c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1effabe30 item 85 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.303316185 +0000 UTC m=+30.416066525 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dc8c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dce00): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dce00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dce00): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dce00): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dce00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.303316185 +0000 UTC m=+30.416066525 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dce00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052e230 item 85 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd480): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd480): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd480): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd480): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd480): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.304356172 +0000 UTC m=+30.417106512 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd480): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052e7e0 item 86 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.30479915 +0000 UTC m=+30.417549490 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08dd980): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec000): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec000): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec000): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec000): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec000): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.30479915 +0000 UTC m=+30.417549490 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec000): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052ea80 item 86 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec680): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec680): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec680): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec680): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec680): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.305855969 +0000 UTC m=+30.418606309 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ec680): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052f0a0 item 87 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.306421699 +0000 UTC m=+30.419172049 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ecb80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed0c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed0c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed0c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed0c0): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed0c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.306421699 +0000 UTC m=+30.419172049 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed0c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052f3b0 item 87 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed740): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed740): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed740): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed740): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed740): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.307518704 +0000 UTC m=+30.420269044 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08ed740): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052f730 item 88 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.308009052 +0000 UTC m=+30.420759391 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f08edc40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04002c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04002c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04002c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04002c0): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04002c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.308009052 +0000 UTC m=+30.420759391 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04002c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052fa40 item 88 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.30905562 +0000 UTC m=+30.421805971 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400e40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400e40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400e40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f052fdc0 item 89 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400e40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400e40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.309461118 +0000 UTC m=+30.422211458 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0400e40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e40e0 item 89 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.309962857 +0000 UTC m=+30.422713197 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401380): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401900): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401900): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401900): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401900): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401900): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.309962857 +0000 UTC m=+30.422713197 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0401900): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4460 item 89 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.311248901 +0000 UTC m=+30.423999251 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434040): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434580): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434580): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434580): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4930 item 90 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434580): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434580): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.311677882 +0000 UTC m=+30.424428222 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434580): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4bd0 item 90 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.31218993 +0000 UTC m=+30.424940270 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0434ac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435080): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435080): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435080): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435080): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435080): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.31218993 +0000 UTC m=+30.424940270 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435080): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f01e4ee0 item 90 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.313255325 +0000 UTC m=+30.426005665 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04356c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435c00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435c00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435c00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02320e0 item 91 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435c00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435c00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.314164004 +0000 UTC m=+30.426914344 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f0435c00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): >_readAt: n=2, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): _writeAt: size=3, off=7 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02324d0 item 91 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.314681542 +0000 UTC m=+30.427431893 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a240): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a7c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a7c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a7c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a7c0): >_readAt: n=8, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a7c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.314681542 +0000 UTC m=+30.427431893 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045a7c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02328c0 item 91 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.3158594 +0000 UTC m=+30.428609771 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045ae00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b340): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b340): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b340): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0233030 item 92 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b340): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b340): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.316395795 +0000 UTC m=+30.429146135 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b340): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): open at offset 5 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0233260 item 92 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): _readAt: size=2, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): _writeAt: size=3, off=5 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): >_writeAt: n=3, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.316874341 +0000 UTC m=+30.429624680 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045b880): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045be40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045be40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045be40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045be40): >_readAt: n=3, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045be40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.316874341 +0000 UTC m=+30.429624680 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f045be40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f02335e0 item 92 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.317931781 +0000 UTC m=+30.430682121 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048a580): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048aac0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048aac0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048aac0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f07020e0 item 93 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048aac0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048aac0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.318336576 +0000 UTC m=+30.431086916 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048aac0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b1c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b1c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b1c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b1c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b1c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.318336576 +0000 UTC m=+30.431086916 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b1c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f07022a0 item 93 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.319452899 +0000 UTC m=+30.432203238 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048b800): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048bd40): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048bd40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048bd40): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f07028c0 item 94 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048bd40): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048bd40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.319942555 +0000 UTC m=+30.432692895 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f048bd40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2540): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2540): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2540): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2540): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2540): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.319942555 +0000 UTC m=+30.432692895 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2540): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702a80 item 94 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.321174004 +0000 UTC m=+30.433924344 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b2b80): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b30c0): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b30c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b30c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0702e00 item 95 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b30c0): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b30c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.321551638 +0000 UTC m=+30.434301978 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b30c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b37c0): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b37c0): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b37c0): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b37c0): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b37c0): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.321551638 +0000 UTC m=+30.434301978 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b37c0): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703030 item 95 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 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/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): open at offset 0 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): _readAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): >_readAt: n=0, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.322886803 +0000 UTC m=+30.435637144 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f04b3e00): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051c440): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051c440): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051c440): >openPending: err= 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703490 item 96 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051c440): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051c440): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.323249509 +0000 UTC m=+30.435999849 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051c440): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/19 01:17:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/19 01:17:29 DEBUG : open-test-file: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051cb40): _readAt: size=512, off=0 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051cb40): openPending: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051cb40): >openPending: err= 2026/05/19 01:17:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051cb40): >_readAt: n=5, err=EOF 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051cb40): close: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-19 01:17:29.323249509 +0000 UTC m=+30.435999849 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : open-test-file(0x33d1f051cb40): >close: err= 2026/05/19 01:17:29 DEBUG : open-test-file: Remove: 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x33d1f0703650 item 96 2026/05/19 01:17:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/19 01:17:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/19 01:17:29 DEBUG : open-test-file: >Remove: err= 2026/05/19 01:17:29 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : >WaitForWriters: 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.34s) --- PASS: TestRWFileHandleOpenTests/writes (0.18s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.16s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:29 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : file1: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): openPending: 2026/05/19 01:17:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): >openPending: err= 2026/05/19 01:17:29 DEBUG : file1: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/19 01:17:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): _writeAt: size=2, off=0 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): >_writeAt: n=2, err= 2026/05/19 01:17:29 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): RWFileHandle.Flush 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): RWFileHandle.Release 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): close: 2026/05/19 01:17:29 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/19 01:17:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : file1(0x33d1f0990100): >close: err= 2026/05/19 01:17:29 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : file1: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : file1: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : file1: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : file1: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:29 DEBUG : file1: vfs cache: starting upload 2026/05/19 01:17:29 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1.a0a9169e.partial" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1.a0a9169e.partial 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1.a0a9169e.partial" 2026/05/19 01:17:29 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:29 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : file1: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gevoqiq3lico/file1.a0a9169e.partial 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:29 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/19 01:17:29 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/19 01:17:29 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/19 01:17:29 INFO : file1: Copied (new) 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:29 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/19 01:17:29 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/19 01:17:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/19 01:17:29 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:29 INFO : file1: vfs cache: upload succeeded try #1 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : file1: reading active writers 2026/05/19 01:17:29 DEBUG : >WaitForWriters: 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:29 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:29 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:29 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:29 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/19 01:17:29 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : file1: reading active writers 2026/05/19 01:17:29 DEBUG : >WaitForWriters: 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.48s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:29 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:29 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:29 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:29 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:29 DEBUG : rename_me: newRWFileHandle: 2026/05/19 01:17:29 DEBUG : rename_me(0x33d1f060c900): openPending: 2026/05/19 01:17:29 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/19 01:17:29 DEBUG : rename_me(0x33d1f060c900): >openPending: err= 2026/05/19 01:17:29 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/19 01:17:29 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/19 01:17:29 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/19 01:17:29 DEBUG : rename_me(0x33d1f060c900): _writeAt: size=5, off=0 2026/05/19 01:17:29 DEBUG : rename_me(0x33d1f060c900): >_writeAt: n=5, err= 2026/05/19 01:17:29 DEBUG : rename_me(0x33d1f060c900): close: 2026/05/19 01:17:29 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-19 01:17:29.807435367 +0000 UTC m=+30.920185717 2026/05/19 01:17:29 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/19 01:17:29 DEBUG : rename_me(0x33d1f060c900): >close: err= 2026/05/19 01:17:29 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/19 01:17:29 DEBUG : i_was_renamed: Updating file with 0x33d1f06e9c70 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/19 01:17:29 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/19 01:17:29 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : i_was_renamed: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : i_was_renamed: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : i_was_renamed: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : i_was_renamed: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/19 01:17:29 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/19 01:17:29 DEBUG : i_was_renamed.6306aa86.partial: size = 5 OK 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/i_was_renamed.6306aa86.partial" 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/i_was_renamed.6306aa86.partial 2026/05/19 01:17:29 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/i_was_renamed.6306aa86.partial" 2026/05/19 01:17:29 DEBUG : Looking for writers 2026/05/19 01:17:29 DEBUG : i_was_renamed: reading active writers 2026/05/19 01:17:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/i_was_renamed.6306aa86.partial 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:30 DEBUG : i_was_renamed.6306aa86.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:30 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:30 DEBUG : i_was_renamed.6306aa86.partial: renamed to: i_was_renamed 2026/05/19 01:17:30 INFO : i_was_renamed: Copied (new) 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/i_was_renamed" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/i_was_renamed 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/i_was_renamed" 2026/05/19 01:17:30 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:30 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-gevoqiq3lico/dir/file1: no such file or directory 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/i_was_renamed 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:30 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:30 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-19 01:17:29 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/19 01:17:30 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/19 01:17:30 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/19 01:17:30 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/19 01:17:30 DEBUG : Looking for writers 2026/05/19 01:17:30 DEBUG : i_was_renamed: reading active writers 2026/05/19 01:17:30 DEBUG : >WaitForWriters: 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:30 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/19 01:17:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gevoqiq3lico" 2026/05/19 01:17:30 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : forgetting directory cache 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate(0x33d1f0392400): _readAt: size=512, off=0 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate(0x33d1f0392400): openPending: 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-19 00:18:30 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/19 01:17:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate(0x33d1f0392400): >openPending: err= 2026/05/19 01:17:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate(0x33d1f0392400): >_readAt: n=20, err=EOF 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate(0x33d1f0392400): close: 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:18:30 +0000 UTC 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate(0x33d1f0392400): >close: err= 2026/05/19 01:17:30 DEBUG : Re-reading directory (100.145028ms old) 2026/05/19 01:17:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:30 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:30 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/19 01:17:30 DEBUG : forgetting directory cache 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f051cb00): _readAt: size=512, off=0 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f051cb00): openPending: 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-19 00:19:30 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-19 00:18:30 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-19 00:19:30 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-19 00:18:30 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/19 01:17:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/19 01:17:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f051cb00): >openPending: err= 2026/05/19 01:17:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f051cb00): >_readAt: n=20, err=EOF 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f051cb00): close: 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:19:30 +0000 UTC 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f051cb00): >close: err= 2026/05/19 01:17:31 DEBUG : Re-reading directory (105.124107ms old) 2026/05/19 01:17:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : forgetting directory cache 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f060c240): _readAt: size=512, off=0 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f060c240): openPending: 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-19 00:20:30 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-19 00:19:30 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-19 00:20:30 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-19 00:19:30 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/19 01:17:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/19 01:17:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f060c240): >openPending: err= 2026/05/19 01:17:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f060c240): >_readAt: n=20, err=EOF 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f060c240): close: 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:20:30 +0000 UTC 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate(0x33d1f060c240): >close: err= 2026/05/19 01:17:31 DEBUG : Re-reading directory (111.297374ms old) 2026/05/19 01:17:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:31 DEBUG : forgetting directory cache 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:31 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:31 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f051db00): _readAt: size=512, off=0 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f051db00): openPending: 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-19 00:21:30 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-19 00:20:30 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-19 00:21:30 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-19 00:20:30 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/19 01:17:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/19 01:17:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f051db00): >openPending: err= 2026/05/19 01:17:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f051db00): >_readAt: n=20, err=EOF 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f051db00): close: 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:21:30 +0000 UTC 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f051db00): >close: err= 2026/05/19 01:17:32 DEBUG : Re-reading directory (102.236025ms old) 2026/05/19 01:17:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : forgetting directory cache 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f08681c0): _readAt: size=512, off=0 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f08681c0): openPending: 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-19 00:22:30 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-19 00:21:30 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-19 00:22:30 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-19 00:21:30 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/19 01:17:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/19 01:17:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f08681c0): >openPending: err= 2026/05/19 01:17:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f08681c0): >_readAt: n=20, err=EOF 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f08681c0): close: 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:22:30 +0000 UTC 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate(0x33d1f08681c0): >close: err= 2026/05/19 01:17:32 DEBUG : Re-reading directory (110.313905ms old) 2026/05/19 01:17:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:32 DEBUG : forgetting directory cache 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:32 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:32 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f060da80): _readAt: size=512, off=0 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f060da80): openPending: 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-19 00:23:30 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-19 00:22:30 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-19 00:23:30 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-19 00:22:30 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/19 01:17:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/19 01:17:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f060da80): >openPending: err= 2026/05/19 01:17:33 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f060da80): >_readAt: n=20, err=EOF 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f060da80): close: 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:23:30 +0000 UTC 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f060da80): >close: err= 2026/05/19 01:17:33 DEBUG : Re-reading directory (100.97597ms old) 2026/05/19 01:17:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : forgetting directory cache 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f01e6ac0): _readAt: size=512, off=0 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f01e6ac0): openPending: 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-19 00:24:30 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-19 00:23:30 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-19 00:24:30 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-19 00:23:30 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/19 01:17:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/19 01:17:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f01e6ac0): >openPending: err= 2026/05/19 01:17:33 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f01e6ac0): >_readAt: n=21, err=EOF 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f01e6ac0): close: 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:24:30 +0000 UTC 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate(0x33d1f01e6ac0): >close: err= 2026/05/19 01:17:33 DEBUG : Re-reading directory (101.940876ms old) 2026/05/19 01:17:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:33 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:33 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/19 01:17:33 DEBUG : forgetting directory cache 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f0869540): _readAt: size=512, off=0 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f0869540): openPending: 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-19 00:25:30 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-19 00:24:30 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-19 00:25:30 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-19 00:24:30 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/19 01:17:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/19 01:17:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f0869540): >openPending: err= 2026/05/19 01:17:34 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f0869540): >_readAt: n=22, err=EOF 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f0869540): close: 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:25:30 +0000 UTC 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f0869540): >close: err= 2026/05/19 01:17:34 DEBUG : Re-reading directory (102.293523ms old) 2026/05/19 01:17:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/19 01:17:34 DEBUG : forgetting directory cache 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f022acc0): _readAt: size=512, off=0 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f022acc0): openPending: 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-19 00:26:30 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-19 00:25:30 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-19 00:26:30 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-19 00:25:30 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/19 01:17:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/19 01:17:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f022acc0): >openPending: err= 2026/05/19 01:17:34 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f022acc0): >_readAt: n=23, err=EOF 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f022acc0): close: 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:26:30 +0000 UTC 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate(0x33d1f022acc0): >close: err= 2026/05/19 01:17:34 DEBUG : Re-reading directory (104.545975ms old) 2026/05/19 01:17:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:34 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:34 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/19 01:17:34 DEBUG : forgetting directory cache 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate(0x33d1f0370540): _readAt: size=512, off=0 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate(0x33d1f0370540): openPending: 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/TestRWCacheUpdate" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gevoqiq3lico/TestRWCacheUpdate 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-19 00:27:30 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-19 00:26:30 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-19 00:27:30 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-19 00:26:30 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/19 01:17:35 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/19 01:17:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate(0x33d1f0370540): >openPending: err= 2026/05/19 01:17:35 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate(0x33d1f0370540): >_readAt: n=24, err=EOF 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate(0x33d1f0370540): close: 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-19 00:27:30 +0000 UTC 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate(0x33d1f0370540): >close: err= 2026/05/19 01:17:35 DEBUG : Re-reading directory (100.96502ms old) 2026/05/19 01:17:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/19 01:17:35 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:35 DEBUG : Looking for writers 2026/05/19 01:17:35 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/19 01:17:35 DEBUG : >WaitForWriters: 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.08s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : forgetting directory cache 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/19 01:17:35 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:35 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:35 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/19 01:17:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:35 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/19 01:17:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:35 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:35 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:35 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/19 01:17:35 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/19 01:17:35 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/19 01:17:35 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:35 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:35 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/19 01:17:35 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:35 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/19 01:17:35 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/19 01:17:35 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/19 01:17:35 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:35 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:35 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/FiLeA" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gevoqiq3lico/FiLeA 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/19 01:17:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/19 01:17:36 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/19 01:17:36 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FiLeB" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gevoqiq3lico/FiLeB 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/19 01:17:36 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/19 01:17:36 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/19 01:17:36 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/FilEb" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gevoqiq3lico/FilEb 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/19 01:17:36 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/19 01:17:36 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/19 01:17:36 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/19 01:17:36 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/19 01:17:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:36 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:36 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:36 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/19 01:17:36 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/19 01:17:36 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/19 01:17:36 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/19 01:17:36 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/19 01:17:36 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:36 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:36 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:36 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:36 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:36 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:36 DEBUG : Looking for writers 2026/05/19 01:17:36 DEBUG : FiLeA: reading active writers 2026/05/19 01:17:36 DEBUG : FiLeB: reading active writers 2026/05/19 01:17:36 DEBUG : FilEb: reading active writers 2026/05/19 01:17:36 DEBUG : >WaitForWriters: 2026/05/19 01:17:36 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:36 DEBUG : Looking for writers 2026/05/19 01:17:36 DEBUG : FilEb: reading active writers 2026/05/19 01:17:36 DEBUG : FiLeA: reading active writers 2026/05/19 01:17:36 DEBUG : FiLeB: reading active writers 2026/05/19 01:17:36 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.57s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/normal name with no special characters.txt" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/normal\ name\ with\ no\ special\ characters.txt 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/normal\ name\ with\ no\ special\ characters.txt" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gevoqiq3lico/normal name with no special characters.txt 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/normal name with no special characters.txt" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/normal\ name\ with\ no\ special\ characters.txt 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/normal\ name\ with\ no\ special\ characters.txt" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gevoqiq3lico/normal name with no special characters.txt 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:36 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/測試_Русский___ě_áñ" 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ 2026/05/19 01:17:36 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/測試_Русский___ě_áñ" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/19 01:17:37 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/normal name with no special characters.txt" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/normal\ name\ with\ no\ special\ characters.txt 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/normal\ name\ with\ no\ special\ characters.txt" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gevoqiq3lico/normal name with no special characters.txt 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/測試_Русский___ě_áñ" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gevoqiq3lico/測試_Русский___ě_áñ 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:37 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:37 DEBUG : Looking for writers 2026/05/19 01:17:37 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/19 01:17:37 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/19 01:17:37 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.57s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:37 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Reusing VFS from active cache 2026/05/19 01:17:37 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:37 DEBUG : Looking for writers 2026/05/19 01:17:37 DEBUG : >WaitForWriters: 2026/05/19 01:17:37 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:37 DEBUG : Looking for writers 2026/05/19 01:17:37 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:37 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:37 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:37 DEBUG : Looking for writers 2026/05/19 01:17:37 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:37 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:37 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:37 DEBUG : Looking for writers 2026/05/19 01:17:37 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:37 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/19 01:17:37 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:37 DEBUG : dir: Looking for writers 2026/05/19 01:17:37 DEBUG : file2: reading active writers 2026/05/19 01:17:37 DEBUG : Looking for writers 2026/05/19 01:17:37 DEBUG : dir: reading active writers 2026/05/19 01:17:37 DEBUG : file1: reading active writers 2026/05/19 01:17:37 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.37s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:37 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:37 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:37 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/19 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:38 DEBUG : dir: Looking for writers 2026/05/19 01:17:38 DEBUG : Looking for writers 2026/05/19 01:17:38 DEBUG : dir: reading active writers 2026/05/19 01:17:38 DEBUG : file1: reading active writers 2026/05/19 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:38 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/19 01:17:38 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:38 DEBUG : file1: Open: flags=O_RDONLY 2026/05/19 01:17:38 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/19 01:17:38 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/19 01:17:38 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:38 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/19 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (0 bytes), uploading instead of streaming 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/new_file.txt" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/new_file.txt 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/new_file.txt" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/dir/new_file.txt 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/19 01:17:38 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/19 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/19 01:17:38 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:38 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/19 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:38 DEBUG : dir: Looking for writers 2026/05/19 01:17:38 DEBUG : file2: reading active writers 2026/05/19 01:17:38 DEBUG : new_file.txt: reading active writers 2026/05/19 01:17:38 DEBUG : Looking for writers 2026/05/19 01:17:38 DEBUG : dir: reading active writers 2026/05/19 01:17:38 DEBUG : file1: reading active writers 2026/05/19 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:38 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file2" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gevoqiq3lico/dir/file2 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/19 01:17:38 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/19 01:17:38 DEBUG : dir/file1: Updating file with dir/file1 0x33d1f0526ea0 2026/05/19 01:17:38 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/19 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:38 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:38 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/dir/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gevoqiq3lico/dir/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/19 01:17:39 INFO : dir/file1: Moved (server-side) to: file0 2026/05/19 01:17:39 DEBUG : file0: Updating file with file0 0x33d1f0526ea0 2026/05/19 01:17:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file0" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file0 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file0" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gevoqiq3lico/file0 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file0" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file0 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file0" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gevoqiq3lico/file0 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/19 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:39 DEBUG : dir: Looking for writers 2026/05/19 01:17:39 DEBUG : Looking for writers 2026/05/19 01:17:39 DEBUG : dir: reading active writers 2026/05/19 01:17:39 DEBUG : file0: reading active writers 2026/05/19 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.54s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:39 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Server has VFS statistics extension 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: About path "/rclone-test-gevoqiq3lico" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: About path "/rclone-test-gevoqiq3lico" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: About using shell command for shell type "unix" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: df -k /rclone-test-gevoqiq3lico 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: 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-gevoqiq3lico" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 56864432 93908576 36% / 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:39 DEBUG : Looking for writers 2026/05/19 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.11s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:39 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: 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/19 01:17:39 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: 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/19 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:39 DEBUG : c: Looking for writers 2026/05/19 01:17:39 DEBUG : d: Looking for writers 2026/05/19 01:17:39 DEBUG : Looking for writers 2026/05/19 01:17:39 DEBUG : a: Looking for writers 2026/05/19 01:17:39 DEBUG : b: Looking for writers 2026/05/19 01:17:39 DEBUG : Looking for writers 2026/05/19 01:17:39 DEBUG : a: reading active writers 2026/05/19 01:17:39 DEBUG : b: reading active writers 2026/05/19 01:17:39 DEBUG : c: reading active writers 2026/05/19 01:17:39 DEBUG : d: reading active writers 2026/05/19 01:17:39 DEBUG : /: reading active writers 2026/05/19 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:39 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/19 01:17:39 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/19 01:17:39 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/19 01:17:39 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/19 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:39 DEBUG : a/b/c/d: Looking for writers 2026/05/19 01:17:39 DEBUG : a/b/c: Looking for writers 2026/05/19 01:17:39 DEBUG : d: reading active writers 2026/05/19 01:17:39 DEBUG : a/b: Looking for writers 2026/05/19 01:17:39 DEBUG : c: reading active writers 2026/05/19 01:17:39 DEBUG : a: Looking for writers 2026/05/19 01:17:39 DEBUG : b: reading active writers 2026/05/19 01:17:39 DEBUG : Looking for writers 2026/05/19 01:17:39 DEBUG : a: reading active writers 2026/05/19 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:39 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:39 DEBUG : Looking for writers 2026/05/19 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:39 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/19 01:17:39 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/19 01:17:39 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (5 bytes), uploading instead of streaming 2026/05/19 01:17:39 DEBUG : file1: size = 5 OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:39 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/19 01:17:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:39 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/19 01:17:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/19 01:17:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (0 bytes), uploading instead of streaming 2026/05/19 01:17:39 DEBUG : file1: size = 0 OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:39 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:39 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/19 01:17:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/19 01:17:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (7 bytes), uploading instead of streaming 2026/05/19 01:17:39 DEBUG : file1: size = 7 OK 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:39 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:40 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:40 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:40 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:40 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/19 01:17:40 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/19 01:17:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:40 DEBUG : Looking for writers 2026/05/19 01:17:40 DEBUG : file1: reading active writers 2026/05/19 01:17:40 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:40 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:40 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/19 01:17:41 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/19 01:17:41 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/19 01:17:41 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (11 bytes), uploading instead of streaming 2026/05/19 01:17:41 DEBUG : file1: size = 11 OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:41 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/19 01:17:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/19 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:41 DEBUG : Looking for writers 2026/05/19 01:17:41 DEBUG : file1: reading active writers 2026/05/19 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.27s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:41 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (5 bytes), uploading instead of streaming 2026/05/19 01:17:41 DEBUG : file1: size = 5 OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/19 01:17:41 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/19 01:17:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/19 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:41 DEBUG : Looking for writers 2026/05/19 01:17:41 DEBUG : file1: reading active writers 2026/05/19 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:41 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : file1: WriteFileHandle.Release closing 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (0 bytes), uploading instead of streaming 2026/05/19 01:17:41 DEBUG : file1: size = 0 OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:41 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/19 01:17:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/19 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:41 DEBUG : Looking for writers 2026/05/19 01:17:41 DEBUG : file1: reading active writers 2026/05/19 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:41 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (2 bytes), uploading instead of streaming 2026/05/19 01:17:41 DEBUG : file1: size = 2 OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/19 01:17:41 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/19 01:17:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:41 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:41 DEBUG : Looking for writers 2026/05/19 01:17:41 DEBUG : file1: reading active writers 2026/05/19 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:41 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (0 bytes), uploading instead of streaming 2026/05/19 01:17:41 DEBUG : file1: size = 0 OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/19 01:17:41 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/19 01:17:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:41 DEBUG : file1: Open: flags=O_RDONLY 2026/05/19 01:17:41 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/19 01:17:41 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/19 01:17:41 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:41 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:41 DEBUG : Looking for writers 2026/05/19 01:17:41 DEBUG : file1: reading active writers 2026/05/19 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:41 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/19 01:17:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: File to upload is small (100 bytes), uploading instead of streaming 2026/05/19 01:17:41 DEBUG : file1: size = 100 OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/file1" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 7386d22c75ddd535eec90114b62f2b8d /rclone-test-gevoqiq3lico/file1 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : file1: Parsed hash: 7386d22c75ddd535eec90114b62f2b8d 2026/05/19 01:17:41 DEBUG : file1: md5 = 7386d22c75ddd535eec90114b62f2b8d OK 2026/05/19 01:17:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/19 01:17:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/19 01:17:41 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/19 01:17:41 DEBUG : file1: Open: flags=O_RDONLY 2026/05/19 01:17:41 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/19 01:17:41 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/19 01:17:41 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:41 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:41 DEBUG : Looking for writers 2026/05/19 01:17:41 DEBUG : file1: reading active writers 2026/05/19 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:41 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f000.txt" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f000.txt 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f000.txt" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gevoqiq3lico/flat/f000.txt 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:41 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f000.txt" 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/flat/f000.txt 2026/05/19 01:17:41 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/flat/f000.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-gevoqiq3lico/flat/f000.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f001.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f001.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f001.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gevoqiq3lico/flat/f001.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f001.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/flat/f001.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/flat/f001.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-gevoqiq3lico/flat/f001.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f002.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f002.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f002.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gevoqiq3lico/flat/f002.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f002.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/flat/f002.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/flat/f002.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-gevoqiq3lico/flat/f002.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f003.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f003.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f003.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gevoqiq3lico/flat/f003.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f003.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/flat/f003.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/flat/f003.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-gevoqiq3lico/flat/f003.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f004.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f004.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f004.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gevoqiq3lico/flat/f004.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f004.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: sha1sum /rclone-test-gevoqiq3lico/flat/f004.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gevoqiq3lico/flat/f004.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-gevoqiq3lico/flat/f004.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/19 01:17:42 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/19 01:17:42 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/19 01:17:42 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:42 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f000.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f000.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f000.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gevoqiq3lico/flat/f000.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:42 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/19 01:17:42 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/19 01:17:42 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/19 01:17:42 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:42 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f001.txt" 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f001.txt 2026/05/19 01:17:42 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f001.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gevoqiq3lico/flat/f001.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:43 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/19 01:17:43 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/19 01:17:43 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/19 01:17:43 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:43 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f002.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f002.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f002.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gevoqiq3lico/flat/f002.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:43 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/19 01:17:43 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/19 01:17:43 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/19 01:17:43 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:43 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f003.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f003.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f003.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gevoqiq3lico/flat/f003.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:43 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/19 01:17:43 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/19 01:17:43 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/19 01:17:43 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:43 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/flat/f004.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/flat/f004.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/flat/f004.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gevoqiq3lico/flat/f004.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:43 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/19 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:43 DEBUG : flat: Looking for writers 2026/05/19 01:17:43 DEBUG : f003.txt: reading active writers 2026/05/19 01:17:43 DEBUG : f004.txt: reading active writers 2026/05/19 01:17:43 DEBUG : f000.txt: reading active writers 2026/05/19 01:17:43 DEBUG : f001.txt: reading active writers 2026/05/19 01:17:43 DEBUG : f002.txt: reading active writers 2026/05/19 01:17:43 DEBUG : Looking for writers 2026/05/19 01:17:43 DEBUG : flat: reading active writers 2026/05/19 01:17:43 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.49s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:43 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:43 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/19 01:17:43 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/19 01:17:43 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:43 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/a/b/c/deep.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/a/b/c/deep.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/a/b/c/deep.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-gevoqiq3lico/a/b/c/deep.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:43 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/19 01:17:43 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/19 01:17:43 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/19 01:17:43 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:43 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/a/b/mid.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/a/b/mid.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/a/b/mid.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-gevoqiq3lico/a/b/mid.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:43 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/19 01:17:43 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/19 01:17:43 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/19 01:17:43 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:43 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/a/top.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/a/top.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/a/top.txt" 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-gevoqiq3lico/a/top.txt 2026/05/19 01:17:43 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:43 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/19 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:43 DEBUG : a/b/c: Looking for writers 2026/05/19 01:17:43 DEBUG : deep.txt: reading active writers 2026/05/19 01:17:43 DEBUG : a/b: Looking for writers 2026/05/19 01:17:43 DEBUG : mid.txt: reading active writers 2026/05/19 01:17:43 DEBUG : c: reading active writers 2026/05/19 01:17:43 DEBUG : a: Looking for writers 2026/05/19 01:17:43 DEBUG : b: reading active writers 2026/05/19 01:17:43 DEBUG : top.txt: reading active writers 2026/05/19 01:17:43 DEBUG : Looking for writers 2026/05/19 01:17:43 DEBUG : a: reading active writers 2026/05/19 01:17:43 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:43 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/bigdir/big.bin" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/bigdir/big.bin 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/bigdir/big.bin" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 6ae39442a88a1eedc7fc2ad79e96b933 /rclone-test-gevoqiq3lico/bigdir/big.bin 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:44 DEBUG : bigdir/big.bin: Parsed hash: 6ae39442a88a1eedc7fc2ad79e96b933 2026/05/19 01:17:44 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:44 DEBUG : bigdir: Looking for writers 2026/05/19 01:17:44 DEBUG : big.bin: reading active writers 2026/05/19 01:17:44 DEBUG : Looking for writers 2026/05/19 01:17:44 DEBUG : bigdir: reading active writers 2026/05/19 01:17:44 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.71s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gevoqiq3lico", Local "Local file system at /tmp/rclone1753691086", Modify Window "1s" 2026/05/19 01:17:44 INFO : sftp://rclone@:22/rclone-test-gevoqiq3lico: poll-interval is not supported by this remote 2026/05/19 01:17:44 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/19 01:17:44 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/19 01:17:44 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:44 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir1/a.txt" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir1/a.txt 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir1/a.txt" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-gevoqiq3lico/dir1/a.txt 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:44 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/19 01:17:44 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/19 01:17:44 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/19 01:17:44 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:44 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir2/b.txt" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir2/b.txt 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir2/b.txt" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: 415290769594460e2e485922904f345d /rclone-test-gevoqiq3lico/dir2/b.txt 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:44 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/19 01:17:44 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/19 01:17:44 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/19 01:17:44 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/19 01:17:44 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Shell path "/rclone-test-gevoqiq3lico/dir3/c.txt" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: creating additional session 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Running remote command: md5sum /rclone-test-gevoqiq3lico/dir3/c.txt 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gevoqiq3lico/dir3/c.txt" 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: command exited OK 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-gevoqiq3lico/dir3/c.txt 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: ssh external: close 2026/05/19 01:17:44 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/19 01:17:44 DEBUG : WaitForWriters: timeout=30s 2026/05/19 01:17:44 DEBUG : dir1: Looking for writers 2026/05/19 01:17:44 DEBUG : a.txt: reading active writers 2026/05/19 01:17:44 DEBUG : dir2: Looking for writers 2026/05/19 01:17:44 DEBUG : b.txt: reading active writers 2026/05/19 01:17:44 DEBUG : dir3: Looking for writers 2026/05/19 01:17:44 DEBUG : c.txt: reading active writers 2026/05/19 01:17:44 DEBUG : Looking for writers 2026/05/19 01:17:44 DEBUG : dir1: reading active writers 2026/05/19 01:17:44 DEBUG : dir2: reading active writers 2026/05/19 01:17:44 DEBUG : dir3: reading active writers 2026/05/19 01:17:44 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/19 01:17:44 DEBUG : sftp://rclone@:22/rclone-test-gevoqiq3lico: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 45.814570892s (try 1/5)