"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/28 01:40:21 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-ginibeq4bahi" 2026/05/28 01:40:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/28 01:40:21 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/28 01:40:21 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/28 01:40:21 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/28 01:40:21 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/28 01:40:21 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/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: 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/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell type "unix" from config 2026/05/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Relative path resolved to "/rclone-test-ginibeq4bahi" 2026/05/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Using root directory "/rclone-test-ginibeq4bahi" 2026/05/28 01:40:21 DEBUG : Creating backend with remote "/tmp/rclone1652245371" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:21 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:21 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:22 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:22 DEBUG : dir: Looking for writers 2026/05/28 01:40:22 DEBUG : Looking for writers 2026/05/28 01:40:22 DEBUG : dir: reading active writers 2026/05/28 01:40:22 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:22 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/28 01:40:22 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:22 DEBUG : dir/subdir: Looking for writers 2026/05/28 01:40:22 DEBUG : dir: Looking for writers 2026/05/28 01:40:22 DEBUG : file1: reading active writers 2026/05/28 01:40:22 DEBUG : file2: reading active writers 2026/05/28 01:40:22 DEBUG : subdir: reading active writers 2026/05/28 01:40:22 DEBUG : Looking for writers 2026/05/28 01:40:22 DEBUG : dir: reading active writers 2026/05/28 01:40:22 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.64s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:22 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:22 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:23 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:23 DEBUG : dir: Looking for writers 2026/05/28 01:40:23 DEBUG : file1: reading active writers 2026/05/28 01:40:23 DEBUG : Looking for writers 2026/05/28 01:40:23 DEBUG : dir: reading active writers 2026/05/28 01:40:23 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.20s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:23 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:23 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:23 DEBUG : dir: Looking for writers 2026/05/28 01:40:23 DEBUG : Looking for writers 2026/05/28 01:40:23 DEBUG : dir: reading active writers 2026/05/28 01:40:23 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:23 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:23 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:23 DEBUG : forgetting directory cache 2026/05/28 01:40:23 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:23 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:23 DEBUG : Looking for writers 2026/05/28 01:40:23 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.23s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:23 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:23 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/28 01:40:23 DEBUG : dir: invalidating directory cache 2026/05/28 01:40:23 DEBUG : >ForgetPath: 2026/05/28 01:40:23 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/28 01:40:23 DEBUG : invalidating directory cache 2026/05/28 01:40:23 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:23 DEBUG : >ForgetPath: 2026/05/28 01:40:23 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/28 01:40:23 DEBUG : >ForgetPath: 2026/05/28 01:40:23 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:23 DEBUG : dir: Looking for writers 2026/05/28 01:40:23 DEBUG : Looking for writers 2026/05/28 01:40:23 DEBUG : dir: reading active writers 2026/05/28 01:40:23 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:23 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: 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/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/fil/a/b/c" 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/fil/a/b/c 2026/05/28 01:40:23 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/fil/a/b/c" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-ginibeq4bahi/fil/a/b/c 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/fil/a/b/c" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/fil/a/b/c 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/fil/a/b/c" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-ginibeq4bahi/fil/a/b/c 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:24 DEBUG : forgetting directory cache 2026/05/28 01:40:24 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:24 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:24 DEBUG : dir: Looking for writers 2026/05/28 01:40:24 DEBUG : fil/a/b: Looking for writers 2026/05/28 01:40:24 DEBUG : fil/a: Looking for writers 2026/05/28 01:40:24 DEBUG : b: reading active writers 2026/05/28 01:40:24 DEBUG : fil: Looking for writers 2026/05/28 01:40:24 DEBUG : a: reading active writers 2026/05/28 01:40:24 DEBUG : Looking for writers 2026/05/28 01:40:24 DEBUG : dir: reading active writers 2026/05/28 01:40:24 DEBUG : fil: reading active writers 2026/05/28 01:40:24 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.72s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:24 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:24 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:24 DEBUG : dir: Looking for writers 2026/05/28 01:40:24 DEBUG : Looking for writers 2026/05/28 01:40:24 DEBUG : dir: reading active writers 2026/05/28 01:40:24 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:24 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:24 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:24 DEBUG : dir: Looking for writers 2026/05/28 01:40:24 DEBUG : file1: reading active writers 2026/05/28 01:40:24 DEBUG : Looking for writers 2026/05/28 01:40:24 DEBUG : dir: reading active writers 2026/05/28 01:40:24 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.23s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:24 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:24 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/subdir/file3" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-ginibeq4bahi/dir/subdir/file3 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/28 01:40:25 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/28 01:40:25 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/28 01:40:25 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/28 01:40:25 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/28 01:40:25 DEBUG : Waiting for deletions to finish 2026/05/28 01:40:25 INFO : dir/subdir/file3: Deleted 2026/05/28 01:40:25 DEBUG : removing 1 level 2 directories 2026/05/28 01:40:25 INFO : dir/subdir: Removing directory 2026/05/28 01:40:25 DEBUG : dir: invalidating directory cache 2026/05/28 01:40:25 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/28 01:40:25 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/28 01:40:25 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/28 01:40:25 DEBUG : dir/file1: Reset virtual modtime 2026/05/28 01:40:25 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/28 01:40:25 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/28 01:40:25 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/28 01:40:25 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/28 01:40:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:25 DEBUG : dir: invalidating directory cache 2026/05/28 01:40:25 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/28 01:40:25 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/28 01:40:25 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/28 01:40:25 DEBUG : forgetting directory cache 2026/05/28 01:40:25 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:25 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/28 01:40:25 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:25 DEBUG : dir/virtualDir: Looking for writers 2026/05/28 01:40:25 DEBUG : dir: Looking for writers 2026/05/28 01:40:25 DEBUG : virtualFile: reading active writers 2026/05/28 01:40:25 DEBUG : virtualDir: reading active writers 2026/05/28 01:40:25 DEBUG : file1: reading active writers 2026/05/28 01:40:25 DEBUG : virtualFile2: reading active writers 2026/05/28 01:40:25 DEBUG : Looking for writers 2026/05/28 01:40:25 DEBUG : dir: reading active writers 2026/05/28 01:40:25 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.69s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:25 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:25 ERROR : dir/: Can only open directories read only 2026/05/28 01:40:25 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:25 DEBUG : dir: Looking for writers 2026/05/28 01:40:25 DEBUG : Looking for writers 2026/05/28 01:40:25 DEBUG : dir: reading active writers 2026/05/28 01:40:25 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.23s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:25 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:25 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:26 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:26 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/28 01:40:26 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/28 01:40:26 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/28 01:40:26 DEBUG : dir/potato: size = 5 OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/potato" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/potato 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/potato" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/dir/potato 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:26 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:26 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:26 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/28 01:40:26 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/28 01:40:26 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:26 DEBUG : dir: Looking for writers 2026/05/28 01:40:26 DEBUG : file1: reading active writers 2026/05/28 01:40:26 DEBUG : potato: reading active writers 2026/05/28 01:40:26 DEBUG : Looking for writers 2026/05/28 01:40:26 DEBUG : dir: reading active writers 2026/05/28 01:40:26 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:26 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:26 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:26 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:26 DEBUG : dir/sub: Looking for writers 2026/05/28 01:40:26 DEBUG : dir: Looking for writers 2026/05/28 01:40:26 DEBUG : file1: reading active writers 2026/05/28 01:40:26 DEBUG : sub: reading active writers 2026/05/28 01:40:26 DEBUG : Looking for writers 2026/05/28 01:40:26 DEBUG : dir: reading active writers 2026/05/28 01:40:26 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.52s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:26 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:26 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/28 01:40:26 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:26 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:27 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:27 DEBUG : dir/sub/subsub: Looking for writers 2026/05/28 01:40:27 DEBUG : dir/sub: Looking for writers 2026/05/28 01:40:27 DEBUG : subsub: reading active writers 2026/05/28 01:40:27 DEBUG : dir: Looking for writers 2026/05/28 01:40:27 DEBUG : file1: reading active writers 2026/05/28 01:40:27 DEBUG : sub: reading active writers 2026/05/28 01:40:27 DEBUG : Looking for writers 2026/05/28 01:40:27 DEBUG : dir: reading active writers 2026/05/28 01:40:27 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:27 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:27 ERROR : dir/: Dir.Remove not empty 2026/05/28 01:40:27 DEBUG : dir/file1: Remove: 2026/05/28 01:40:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:27 DEBUG : dir/file1: >Remove: err= 2026/05/28 01:40:27 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/28 01:40:27 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:27 DEBUG : Looking for writers 2026/05/28 01:40:27 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:27 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:27 DEBUG : dir/file1: Remove: 2026/05/28 01:40:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:27 DEBUG : dir/file1: >Remove: err= 2026/05/28 01:40:27 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/28 01:40:27 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:27 DEBUG : Looking for writers 2026/05/28 01:40:27 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:27 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:27 DEBUG : dir/file1: Remove: 2026/05/28 01:40:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:27 DEBUG : dir/file1: >Remove: err= 2026/05/28 01:40:27 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:27 DEBUG : dir: Looking for writers 2026/05/28 01:40:27 DEBUG : Looking for writers 2026/05/28 01:40:27 DEBUG : dir: reading active writers 2026/05/28 01:40:27 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:27 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:27 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-ginibeq4bahi/dir/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-ginibeq4bahi/dir/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/28 01:40:28 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/28 01:40:28 DEBUG : dir: Updating dir with dir2 0x235d20bf92b0 2026/05/28 01:40:28 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:28 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/28 01:40:28 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir2/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir2/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir2/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir2/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir2/file1" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir2/file1 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:28 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/28 01:40:28 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/28 01:40:28 DEBUG : file2: Updating file with file2 0x235d21328c30 2026/05/28 01:40:28 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:28 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:28 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/28 01:40:29 INFO : dir2/file3: Deleted 2026/05/28 01:40:29 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/28 01:40:29 DEBUG : dir2/file3: Updating file with dir2/file3 0x235d21328c30 2026/05/28 01:40:29 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/28 01:40:29 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir2/file3" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir2/file3 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:29 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/28 01:40:29 DEBUG : empty directory: Updating dir with renamed empty directory 0x235d2135f790 2026/05/28 01:40:29 DEBUG : empty directory: forgetting directory cache 2026/05/28 01:40:29 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/28 01:40:29 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/28 01:40:29 DEBUG : dir2: Renaming to "dir3" 2026/05/28 01:40:29 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:29 DEBUG : dir3: Looking for writers 2026/05/28 01:40:29 DEBUG : file3: reading active writers 2026/05/28 01:40:29 DEBUG : renamed empty directory: Looking for writers 2026/05/28 01:40:29 DEBUG : Looking for writers 2026/05/28 01:40:29 DEBUG : dir3: reading active writers 2026/05/28 01:40:29 DEBUG : renamed empty directory: reading active writers 2026/05/28 01:40:29 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.73s) === 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-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:29 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:29 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/28 01:40:29 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:29 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:29 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/28 01:40:29 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/28 01:40:29 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/28 01:40:29 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/28 01:40:29 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:29 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:29 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/28 01:40:29 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/28 01:40:29 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/28 01:40:29 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (12 bytes), uploading instead of streaming 2026/05/28 01:40:29 DEBUG : dir/sub/file2: size = 12 OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/sub/file2" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/sub/file2 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/sub/file2" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-ginibeq4bahi/dir/sub/file2 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:29 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/28 01:40:29 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/28 01:40:29 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/28 01:40:29 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/28 01:40:29 DEBUG : forgetting directory cache 2026/05/28 01:40:29 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:29 DEBUG : dir/sub: forgetting directory cache 2026/05/28 01:40:29 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/28 01:40:29 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/28 01:40:29 DEBUG : dir/sub/file0: size = 5 OK 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/sub/file0" 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/sub/file0 2026/05/28 01:40:29 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/sub/file0" 2026/05/28 01:40:30 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:30 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/dir/sub/file0 2026/05/28 01:40:30 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:30 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:30 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:30 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/28 01:40:30 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/28 01:40:30 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:30 DEBUG : dir/sub: Looking for writers 2026/05/28 01:40:30 DEBUG : file0: reading active writers 2026/05/28 01:40:30 DEBUG : file2: reading active writers 2026/05/28 01:40:30 DEBUG : dir: Looking for writers 2026/05/28 01:40:30 DEBUG : file1: reading active writers 2026/05/28 01:40:30 DEBUG : sub: reading active writers 2026/05/28 01:40:30 DEBUG : Looking for writers 2026/05/28 01:40:30 DEBUG : dir: reading active writers 2026/05/28 01:40:30 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.43s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:30 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:30 DEBUG : forgetting directory cache 2026/05/28 01:40:31 DEBUG : forgetting directory cache 2026/05/28 01:40:31 DEBUG : dir: forgetting directory cache 2026/05/28 01:40:31 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:31 DEBUG : dir: Looking for writers 2026/05/28 01:40:31 DEBUG : Looking for writers 2026/05/28 01:40:31 DEBUG : dir: reading active writers 2026/05/28 01:40:31 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:31 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/28 01:40:31 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:31 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/28 01:40:31 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/28 01:40:31 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/28 01:40:31 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:31 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:31 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/28 01:40:31 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:31 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/28 01:40:31 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/28 01:40:31 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/28 01:40:31 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:31 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:31 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:31 DEBUG : dir: Looking for writers 2026/05/28 01:40:31 DEBUG : file1: reading active writers 2026/05/28 01:40:31 DEBUG : file1.metadata: reading active writers 2026/05/28 01:40:31 DEBUG : Looking for writers 2026/05/28 01:40:31 DEBUG : dir: reading active writers 2026/05/28 01:40:31 DEBUG : dir.metadata: reading active writers 2026/05/28 01:40:31 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.20s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:31 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:31 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:31 DEBUG : dir: Looking for writers 2026/05/28 01:40:31 DEBUG : file1: reading active writers 2026/05/28 01:40:31 DEBUG : Looking for writers 2026/05/28 01:40:31 DEBUG : dir: reading active writers 2026/05/28 01:40:31 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:31 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:31 DEBUG : Can set mod time: true 2026/05/28 01:40:31 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:31 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:31 DEBUG : dir: Looking for writers 2026/05/28 01:40:31 DEBUG : file1: reading active writers 2026/05/28 01:40:31 DEBUG : Looking for writers 2026/05/28 01:40:31 DEBUG : dir: reading active writers 2026/05/28 01:40:31 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:31 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:31 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:32 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/28 01:40:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/28 01:40:32 DEBUG : dir/file1: size = 0 OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:32 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/28 01:40:32 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/28 01:40:32 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/28 01:40:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:32 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:32 DEBUG : dir: Looking for writers 2026/05/28 01:40:32 DEBUG : file1: reading active writers 2026/05/28 01:40:32 DEBUG : Looking for writers 2026/05/28 01:40:32 DEBUG : dir: reading active writers 2026/05/28 01:40:32 DEBUG : >WaitForWriters: 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/28 01:40:32 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:32 DEBUG : dir: Looking for writers 2026/05/28 01:40:32 DEBUG : file1: reading active writers 2026/05/28 01:40:32 DEBUG : Looking for writers 2026/05/28 01:40:32 DEBUG : dir: reading active writers 2026/05/28 01:40:32 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:32 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:32 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/28 01:40:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/28 01:40:32 DEBUG : dir/file1: size = 5 OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:32 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:32 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/28 01:40:32 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/28 01:40:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:32 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:32 DEBUG : dir: Looking for writers 2026/05/28 01:40:32 DEBUG : file1: reading active writers 2026/05/28 01:40:32 DEBUG : Looking for writers 2026/05/28 01:40:32 DEBUG : dir: reading active writers 2026/05/28 01:40:32 DEBUG : >WaitForWriters: 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:32 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:32 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/28 01:40:33 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:33 DEBUG : dir: Looking for writers 2026/05/28 01:40:33 DEBUG : file1: reading active writers 2026/05/28 01:40:33 DEBUG : Looking for writers 2026/05/28 01:40:33 DEBUG : dir: reading active writers 2026/05/28 01:40:33 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:33 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:33 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:33 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:33 DEBUG : dir: Looking for writers 2026/05/28 01:40:33 DEBUG : file1: reading active writers 2026/05/28 01:40:33 DEBUG : Looking for writers 2026/05/28 01:40:33 DEBUG : dir: reading active writers 2026/05/28 01:40:33 DEBUG : >WaitForWriters: 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:33 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:33 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/28 01:40:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:33 DEBUG : dir/file1(0x235d20be78c0): close: 2026/05/28 01:40:33 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/28 01:40:33 DEBUG : dir/file1(0x235d20be78c0): >close: err= 2026/05/28 01:40:33 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:33 DEBUG : dir: Looking for writers 2026/05/28 01:40:33 DEBUG : file1: reading active writers 2026/05/28 01:40:33 DEBUG : Looking for writers 2026/05/28 01:40:33 DEBUG : dir: reading active writers 2026/05/28 01:40:33 DEBUG : >WaitForWriters: 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:33 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:33 DEBUG : dir: Looking for writers 2026/05/28 01:40:33 DEBUG : file1: reading active writers 2026/05/28 01:40:33 DEBUG : Looking for writers 2026/05/28 01:40:33 DEBUG : dir: reading active writers 2026/05/28 01:40:33 DEBUG : >WaitForWriters: 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:33 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:33 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:33 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:34 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/28 01:40:34 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:34 DEBUG : dir/file1(0x235d210dea40): _writeAt: size=5, off=0 2026/05/28 01:40:34 DEBUG : dir/file1(0x235d210dea40): openPending: 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/28 01:40:34 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/28 01:40:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:34 DEBUG : dir/file1(0x235d210dea40): >openPending: err= 2026/05/28 01:40:34 DEBUG : dir/file1(0x235d210dea40): >_writeAt: n=5, err= 2026/05/28 01:40:34 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/28 01:40:34 DEBUG : dir/file1(0x235d210dea40): close: 2026/05/28 01:40:34 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/28 01:40:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/28 01:40:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/28 01:40:34 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/28 01:40:34 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/28 01:40:34 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:34 DEBUG : dir/file1(0x235d210dea40): >close: err= 2026/05/28 01:40:34 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:34 DEBUG : dir: Looking for writers 2026/05/28 01:40:34 DEBUG : file1: reading active writers 2026/05/28 01:40:34 DEBUG : Looking for writers 2026/05/28 01:40:34 DEBUG : dir: reading active writers 2026/05/28 01:40:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:34 DEBUG : dir: Looking for writers 2026/05/28 01:40:34 DEBUG : file1: reading active writers 2026/05/28 01:40:34 DEBUG : Looking for writers 2026/05/28 01:40:34 DEBUG : dir: reading active writers 2026/05/28 01:40:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:34 DEBUG : dir: Looking for writers 2026/05/28 01:40:34 DEBUG : file1: reading active writers 2026/05/28 01:40:34 DEBUG : Looking for writers 2026/05/28 01:40:34 DEBUG : dir: reading active writers 2026/05/28 01:40:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:34 DEBUG : dir: Looking for writers 2026/05/28 01:40:34 DEBUG : file1: reading active writers 2026/05/28 01:40:34 DEBUG : Looking for writers 2026/05/28 01:40:34 DEBUG : dir: reading active writers 2026/05/28 01:40:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:34 DEBUG : dir/file1: vfs cache: starting upload 2026/05/28 01:40:34 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1.2f98c60a.partial" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1.2f98c60a.partial 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1.2f98c60a.partial" 2026/05/28 01:40:34 DEBUG : dir: Looking for writers 2026/05/28 01:40:34 DEBUG : file1: reading active writers 2026/05/28 01:40:34 DEBUG : Looking for writers 2026/05/28 01:40:34 DEBUG : dir: reading active writers 2026/05/28 01:40:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-ginibeq4bahi/dir/file1.2f98c60a.partial 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/28 01:40:34 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/28 01:40:34 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/28 01:40:34 INFO : dir/file1: Copied (replaced existing) 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/28 01:40:34 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/28 01:40:34 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:34 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/28 01:40:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:34 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:34 DEBUG : dir: Looking for writers 2026/05/28 01:40:34 DEBUG : file1: reading active writers 2026/05/28 01:40:34 DEBUG : Looking for writers 2026/05/28 01:40:34 DEBUG : dir: reading active writers 2026/05/28 01:40:34 DEBUG : >WaitForWriters: 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/28 01:40:34 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:34 DEBUG : dir: Looking for writers 2026/05/28 01:40:34 DEBUG : file1: reading active writers 2026/05/28 01:40:34 DEBUG : Looking for writers 2026/05/28 01:40:34 DEBUG : dir: reading active writers 2026/05/28 01:40:34 DEBUG : >WaitForWriters: 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.27s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.43s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.55s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.56s) --- 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-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:34 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:34 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:35 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/28 01:40:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:35 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:35 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:35 DEBUG : dir: Looking for writers 2026/05/28 01:40:35 DEBUG : file1: reading active writers 2026/05/28 01:40:35 DEBUG : Looking for writers 2026/05/28 01:40:35 DEBUG : dir: reading active writers 2026/05/28 01:40:35 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/05/28 01:40:35 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/28 01:40:35 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/28 01:40:35 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:35 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/28 01:40:35 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:35 DEBUG : Looking for writers 2026/05/28 01:40:35 DEBUG : file.txt: reading active writers 2026/05/28 01:40:35 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:35 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (25 bytes), uploading instead of streaming 2026/05/28 01:40:35 DEBUG : dir/file1: size = 25 OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:35 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/28 01:40:35 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/28 01:40:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:35 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:35 DEBUG : dir: Looking for writers 2026/05/28 01:40:35 DEBUG : file1: reading active writers 2026/05/28 01:40:35 DEBUG : Looking for writers 2026/05/28 01:40:35 DEBUG : dir: reading active writers 2026/05/28 01:40:35 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.30s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:35 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:35 DEBUG : dir/file1: Remove: 2026/05/28 01:40:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:35 DEBUG : dir/file1: >Remove: err= 2026/05/28 01:40:35 DEBUG : dir/file1: Remove: 2026/05/28 01:40:35 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/28 01:40:35 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:35 DEBUG : dir: Looking for writers 2026/05/28 01:40:35 DEBUG : Looking for writers 2026/05/28 01:40:35 DEBUG : dir: reading active writers 2026/05/28 01:40:35 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:35 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:35 DEBUG : dir/file1: Remove: 2026/05/28 01:40:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:35 DEBUG : dir/file1: >Remove: err= 2026/05/28 01:40:35 DEBUG : dir/file1: Remove: 2026/05/28 01:40:35 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/28 01:40:35 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:35 DEBUG : dir: Looking for writers 2026/05/28 01:40:35 DEBUG : Looking for writers 2026/05/28 01:40:35 DEBUG : dir: reading active writers 2026/05/28 01:40:35 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:35 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:35 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:36 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/28 01:40:36 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/28 01:40:36 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/28 01:40:36 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/28 01:40:36 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/28 01:40:36 DEBUG : dir/file1: Open: flags=0x3 2026/05/28 01:40:36 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/28 01:40:36 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/28 01:40:36 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:36 DEBUG : dir: Looking for writers 2026/05/28 01:40:36 DEBUG : file1: reading active writers 2026/05/28 01:40:36 DEBUG : Looking for writers 2026/05/28 01:40:36 DEBUG : dir: reading active writers 2026/05/28 01:40:36 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.20s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:36 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:36 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:36 DEBUG : dir: Looking for writers 2026/05/28 01:40:36 DEBUG : file1: reading active writers 2026/05/28 01:40:36 DEBUG : Looking for writers 2026/05/28 01:40:36 DEBUG : dir: reading active writers 2026/05/28 01:40:36 DEBUG : >WaitForWriters: 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:36 DEBUG : newLeaf: Updating file with newLeaf 0x235d21798410 2026/05/28 01:40:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:36 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/28 01:40:36 DEBUG : dir/file1: Updating file with dir/file1 0x235d21798410 2026/05/28 01:40:36 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/28 01:40:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:36 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:36 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/28 01:40:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:36 DEBUG : dir/file1: File is currently open, delaying rename 0x235d21798410 2026/05/28 01:40:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (25 bytes), uploading instead of streaming 2026/05/28 01:40:36 DEBUG : dir/file1: size = 25 OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:36 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:36 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/28 01:40:36 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/28 01:40:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:36 DEBUG : newLeaf: Running delayed rename now 2026/05/28 01:40:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:36 DEBUG : newLeaf: Updating file with newLeaf 0x235d21798410 2026/05/28 01:40:36 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:36 DEBUG : dir: Looking for writers 2026/05/28 01:40:36 DEBUG : Looking for writers 2026/05/28 01:40:36 DEBUG : dir: reading active writers 2026/05/28 01:40:36 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:36 DEBUG : >WaitForWriters: 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:36 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/28 01:40:37 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:37 DEBUG : dir: Looking for writers 2026/05/28 01:40:37 DEBUG : Looking for writers 2026/05/28 01:40:37 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:37 DEBUG : dir: reading active writers 2026/05/28 01:40:37 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:37 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:37 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:37 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:37 DEBUG : dir: Looking for writers 2026/05/28 01:40:37 DEBUG : file1: reading active writers 2026/05/28 01:40:37 DEBUG : Looking for writers 2026/05/28 01:40:37 DEBUG : dir: reading active writers 2026/05/28 01:40:37 DEBUG : >WaitForWriters: 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:37 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:37 DEBUG : newLeaf: Updating file with newLeaf 0x235d21298000 2026/05/28 01:40:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:37 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/28 01:40:37 DEBUG : dir/file1: Updating file with dir/file1 0x235d21298000 2026/05/28 01:40:37 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/28 01:40:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:37 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/28 01:40:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:37 DEBUG : dir/file1: File is currently open, delaying rename 0x235d21298000 2026/05/28 01:40:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (25 bytes), uploading instead of streaming 2026/05/28 01:40:37 DEBUG : dir/file1: size = 25 OK 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:37 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:38 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/28 01:40:38 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/28 01:40:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:38 DEBUG : newLeaf: Running delayed rename now 2026/05/28 01:40:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:38 DEBUG : newLeaf: Updating file with newLeaf 0x235d21298000 2026/05/28 01:40:38 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : >WaitForWriters: 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/28 01:40:38 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:38 DEBUG : >WaitForWriters: 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:38 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:38 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:38 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:38 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d21136c00): openPending: 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/28 01:40:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d21136c00): >openPending: err= 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/28 01:40:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d21136c00): _writeAt: size=14, off=0 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d21136c00): >_writeAt: n=14, err= 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d21136c00): close: 2026/05/28 01:40:38 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/28 01:40:38 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d21136c00): >close: err= 2026/05/28 01:40:38 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : file1: reading active writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : file1: reading active writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : file1: reading active writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : file1: reading active writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: starting upload 2026/05/28 01:40:38 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1.ca338588.partial" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1.ca338588.partial 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1.ca338588.partial" 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : file1: reading active writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1.ca338588.partial 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:38 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/28 01:40:38 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/28 01:40:38 INFO : dir/file1: Copied (replaced existing) 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:38 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/28 01:40:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:38 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:38 DEBUG : dir: Looking for writers 2026/05/28 01:40:38 DEBUG : file1: reading active writers 2026/05/28 01:40:38 DEBUG : Looking for writers 2026/05/28 01:40:38 DEBUG : dir: reading active writers 2026/05/28 01:40:38 DEBUG : >WaitForWriters: 2026/05/28 01:40:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:38 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d20be6400): _readAt: size=512, off=0 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d20be6400): openPending: 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/28 01:40:38 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/28 01:40:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d20be6400): >openPending: err= 2026/05/28 01:40:38 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d20be6400): >_readAt: n=14, err=EOF 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d20be6400): close: 2026/05/28 01:40:38 DEBUG : dir/file1(0x235d20be6400): >close: err= 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:38 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:39 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:39 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/28 01:40:39 DEBUG : newLeaf: Updating file with newLeaf 0x235d212cda00 2026/05/28 01:40:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:39 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:39 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/28 01:40:39 DEBUG : dir/file1: Updating file with dir/file1 0x235d212cda00 2026/05/28 01:40:39 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/28 01:40:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:39 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:39 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:39 DEBUG : dir/file1(0x235d21410040): openPending: 2026/05/28 01:40:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/28 01:40:39 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/28 01:40:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:39 DEBUG : dir/file1(0x235d21410040): >openPending: err= 2026/05/28 01:40:39 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/28 01:40:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:39 DEBUG : dir/file1(0x235d21410040): _writeAt: size=25, off=0 2026/05/28 01:40:39 DEBUG : dir/file1(0x235d21410040): >_writeAt: n=25, err= 2026/05/28 01:40:39 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:39 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/28 01:40:39 DEBUG : newLeaf: Updating file with newLeaf 0x235d212cda00 2026/05/28 01:40:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:39 DEBUG : newLeaf(0x235d21410040): close: 2026/05/28 01:40:39 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/28 01:40:39 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-28 01:40:39.64965104 +0000 UTC m=+17.826724455 2026/05/28 01:40:39 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:39 DEBUG : newLeaf(0x235d21410040): >close: err= 2026/05/28 01:40:39 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:39 DEBUG : dir: Looking for writers 2026/05/28 01:40:39 DEBUG : Looking for writers 2026/05/28 01:40:39 DEBUG : dir: reading active writers 2026/05/28 01:40:39 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:39 DEBUG : dir: Looking for writers 2026/05/28 01:40:39 DEBUG : Looking for writers 2026/05/28 01:40:39 DEBUG : dir: reading active writers 2026/05/28 01:40:39 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:39 DEBUG : dir: Looking for writers 2026/05/28 01:40:39 DEBUG : Looking for writers 2026/05/28 01:40:39 DEBUG : dir: reading active writers 2026/05/28 01:40:39 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:39 DEBUG : dir: Looking for writers 2026/05/28 01:40:39 DEBUG : Looking for writers 2026/05/28 01:40:39 DEBUG : dir: reading active writers 2026/05/28 01:40:39 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:39 DEBUG : newLeaf: vfs cache: starting upload 2026/05/28 01:40:39 DEBUG : newLeaf.c3976923.partial: size = 25 OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf.c3976923.partial" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf.c3976923.partial 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf.c3976923.partial" 2026/05/28 01:40:39 DEBUG : dir: Looking for writers 2026/05/28 01:40:39 DEBUG : Looking for writers 2026/05/28 01:40:39 DEBUG : dir: reading active writers 2026/05/28 01:40:39 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf.c3976923.partial 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:39 DEBUG : newLeaf.c3976923.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:39 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/28 01:40:39 DEBUG : newLeaf.c3976923.partial: renamed to: newLeaf 2026/05/28 01:40:39 INFO : newLeaf: Copied (replaced existing) 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:39 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:40 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-28 01:40:39 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/28 01:40:40 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/28 01:40:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:40 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/28 01:40:40 DEBUG : dir: Looking for writers 2026/05/28 01:40:40 DEBUG : Looking for writers 2026/05/28 01:40:40 DEBUG : dir: reading active writers 2026/05/28 01:40:40 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:40 DEBUG : >WaitForWriters: 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/28 01:40:40 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:40 DEBUG : dir: Looking for writers 2026/05/28 01:40:40 DEBUG : Looking for writers 2026/05/28 01:40:40 DEBUG : dir: reading active writers 2026/05/28 01:40:40 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:40 DEBUG : >WaitForWriters: 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:40 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:40 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:40 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:40 DEBUG : dir: Looking for writers 2026/05/28 01:40:40 DEBUG : file1: reading active writers 2026/05/28 01:40:40 DEBUG : Looking for writers 2026/05/28 01:40:40 DEBUG : dir: reading active writers 2026/05/28 01:40:40 DEBUG : >WaitForWriters: 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:40 DEBUG : newLeaf: Updating file with newLeaf 0x235d2145f450 2026/05/28 01:40:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:40 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/28 01:40:40 DEBUG : dir/file1: Updating file with dir/file1 0x235d2145f450 2026/05/28 01:40:40 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/28 01:40:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:40 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:41 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:41 DEBUG : dir/file1(0x235d210deb40): openPending: 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/28 01:40:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/28 01:40:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:41 DEBUG : dir/file1(0x235d210deb40): >openPending: err= 2026/05/28 01:40:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/28 01:40:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:41 DEBUG : dir/file1(0x235d210deb40): _writeAt: size=25, off=0 2026/05/28 01:40:41 DEBUG : dir/file1(0x235d210deb40): >_writeAt: n=25, err= 2026/05/28 01:40:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/28 01:40:41 DEBUG : newLeaf: Updating file with newLeaf 0x235d2145f450 2026/05/28 01:40:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:41 DEBUG : newLeaf(0x235d210deb40): close: 2026/05/28 01:40:41 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/28 01:40:41 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-28 01:40:41.17263159 +0000 UTC m=+19.349704995 2026/05/28 01:40:41 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:41 DEBUG : newLeaf(0x235d210deb40): >close: err= 2026/05/28 01:40:41 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:41 DEBUG : dir: Looking for writers 2026/05/28 01:40:41 DEBUG : Looking for writers 2026/05/28 01:40:41 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:41 DEBUG : dir: reading active writers 2026/05/28 01:40:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:41 DEBUG : dir: Looking for writers 2026/05/28 01:40:41 DEBUG : Looking for writers 2026/05/28 01:40:41 DEBUG : dir: reading active writers 2026/05/28 01:40:41 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:41 DEBUG : dir: Looking for writers 2026/05/28 01:40:41 DEBUG : Looking for writers 2026/05/28 01:40:41 DEBUG : dir: reading active writers 2026/05/28 01:40:41 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:41 DEBUG : dir: Looking for writers 2026/05/28 01:40:41 DEBUG : Looking for writers 2026/05/28 01:40:41 DEBUG : dir: reading active writers 2026/05/28 01:40:41 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:41 DEBUG : newLeaf: vfs cache: starting upload 2026/05/28 01:40:41 DEBUG : newLeaf.74313235.partial: size = 25 OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf.74313235.partial" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf.74313235.partial 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf.74313235.partial" 2026/05/28 01:40:41 DEBUG : dir: Looking for writers 2026/05/28 01:40:41 DEBUG : Looking for writers 2026/05/28 01:40:41 DEBUG : dir: reading active writers 2026/05/28 01:40:41 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf.74313235.partial 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : newLeaf.74313235.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:41 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/28 01:40:41 DEBUG : newLeaf.74313235.partial: renamed to: newLeaf 2026/05/28 01:40:41 INFO : newLeaf: Copied (replaced existing) 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:41 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-28 01:40:41 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/28 01:40:41 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/28 01:40:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:41 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/28 01:40:41 DEBUG : dir: Looking for writers 2026/05/28 01:40:41 DEBUG : Looking for writers 2026/05/28 01:40:41 DEBUG : dir: reading active writers 2026/05/28 01:40:41 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:41 DEBUG : >WaitForWriters: 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/28 01:40:41 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:41 DEBUG : dir: Looking for writers 2026/05/28 01:40:41 DEBUG : Looking for writers 2026/05/28 01:40:41 DEBUG : dir: reading active writers 2026/05/28 01:40:41 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:41 DEBUG : >WaitForWriters: 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:41 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:41 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:41 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:41 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:41 DEBUG : dir/file1(0x235d210df940): openPending: 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:41 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/28 01:40:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d210df940): >openPending: err= 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/28 01:40:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d210df940): _writeAt: size=14, off=0 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d210df940): >_writeAt: n=14, err= 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d210df940): close: 2026/05/28 01:40:42 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/28 01:40:42 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d210df940): >close: err= 2026/05/28 01:40:42 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:42 DEBUG : dir: Looking for writers 2026/05/28 01:40:42 DEBUG : file1: reading active writers 2026/05/28 01:40:42 DEBUG : Looking for writers 2026/05/28 01:40:42 DEBUG : dir: reading active writers 2026/05/28 01:40:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:42 DEBUG : dir: Looking for writers 2026/05/28 01:40:42 DEBUG : file1: reading active writers 2026/05/28 01:40:42 DEBUG : Looking for writers 2026/05/28 01:40:42 DEBUG : dir: reading active writers 2026/05/28 01:40:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:42 DEBUG : dir: Looking for writers 2026/05/28 01:40:42 DEBUG : file1: reading active writers 2026/05/28 01:40:42 DEBUG : Looking for writers 2026/05/28 01:40:42 DEBUG : dir: reading active writers 2026/05/28 01:40:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:42 DEBUG : dir: Looking for writers 2026/05/28 01:40:42 DEBUG : file1: reading active writers 2026/05/28 01:40:42 DEBUG : Looking for writers 2026/05/28 01:40:42 DEBUG : dir: reading active writers 2026/05/28 01:40:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: starting upload 2026/05/28 01:40:42 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1.ca338588.partial" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1.ca338588.partial 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1.ca338588.partial" 2026/05/28 01:40:42 DEBUG : dir: Looking for writers 2026/05/28 01:40:42 DEBUG : file1: reading active writers 2026/05/28 01:40:42 DEBUG : Looking for writers 2026/05/28 01:40:42 DEBUG : dir: reading active writers 2026/05/28 01:40:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1.ca338588.partial 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:42 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/28 01:40:42 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/28 01:40:42 INFO : dir/file1: Copied (replaced existing) 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:42 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/28 01:40:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:42 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:42 DEBUG : dir: Looking for writers 2026/05/28 01:40:42 DEBUG : file1: reading active writers 2026/05/28 01:40:42 DEBUG : Looking for writers 2026/05/28 01:40:42 DEBUG : dir: reading active writers 2026/05/28 01:40:42 DEBUG : >WaitForWriters: 2026/05/28 01:40:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:42 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d217b2680): _readAt: size=512, off=0 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d217b2680): openPending: 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/28 01:40:42 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/28 01:40:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d217b2680): >openPending: err= 2026/05/28 01:40:42 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d217b2680): >_readAt: n=14, err=EOF 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d217b2680): close: 2026/05/28 01:40:42 DEBUG : dir/file1(0x235d217b2680): >close: err= 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/28 01:40:42 DEBUG : newLeaf: Updating file with newLeaf 0x235d21796000 2026/05/28 01:40:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:42 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:42 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:42 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/28 01:40:42 DEBUG : dir/file1: Updating file with dir/file1 0x235d21796000 2026/05/28 01:40:42 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/28 01:40:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:43 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:43 DEBUG : dir/file1(0x235d21760d40): openPending: 2026/05/28 01:40:43 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/28 01:40:43 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/28 01:40:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:43 DEBUG : dir/file1(0x235d21760d40): >openPending: err= 2026/05/28 01:40:43 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/28 01:40:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:43 DEBUG : dir/file1(0x235d21760d40): _writeAt: size=25, off=0 2026/05/28 01:40:43 DEBUG : dir/file1(0x235d21760d40): >_writeAt: n=25, err= 2026/05/28 01:40:43 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:43 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/28 01:40:43 DEBUG : newLeaf: Updating file with newLeaf 0x235d21796000 2026/05/28 01:40:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:43 DEBUG : newLeaf(0x235d21760d40): close: 2026/05/28 01:40:43 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/28 01:40:43 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-28 01:40:43.196509684 +0000 UTC m=+21.373583099 2026/05/28 01:40:43 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:43 DEBUG : newLeaf(0x235d21760d40): >close: err= 2026/05/28 01:40:43 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:43 DEBUG : dir: Looking for writers 2026/05/28 01:40:43 DEBUG : Looking for writers 2026/05/28 01:40:43 DEBUG : dir: reading active writers 2026/05/28 01:40:43 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:43 DEBUG : dir: Looking for writers 2026/05/28 01:40:43 DEBUG : Looking for writers 2026/05/28 01:40:43 DEBUG : dir: reading active writers 2026/05/28 01:40:43 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:43 DEBUG : dir: Looking for writers 2026/05/28 01:40:43 DEBUG : Looking for writers 2026/05/28 01:40:43 DEBUG : dir: reading active writers 2026/05/28 01:40:43 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:43 DEBUG : dir: Looking for writers 2026/05/28 01:40:43 DEBUG : Looking for writers 2026/05/28 01:40:43 DEBUG : dir: reading active writers 2026/05/28 01:40:43 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:43 DEBUG : newLeaf: vfs cache: starting upload 2026/05/28 01:40:43 DEBUG : newLeaf.3868670e.partial: size = 25 OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf.3868670e.partial" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf.3868670e.partial 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf.3868670e.partial" 2026/05/28 01:40:43 DEBUG : dir: Looking for writers 2026/05/28 01:40:43 DEBUG : Looking for writers 2026/05/28 01:40:43 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:43 DEBUG : dir: reading active writers 2026/05/28 01:40:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf.3868670e.partial 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : newLeaf.3868670e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:43 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/28 01:40:43 DEBUG : newLeaf.3868670e.partial: renamed to: newLeaf 2026/05/28 01:40:43 INFO : newLeaf: Copied (replaced existing) 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:43 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-28 01:40:43 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/28 01:40:43 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/28 01:40:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:43 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/28 01:40:43 DEBUG : dir: Looking for writers 2026/05/28 01:40:43 DEBUG : Looking for writers 2026/05/28 01:40:43 DEBUG : dir: reading active writers 2026/05/28 01:40:43 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:43 DEBUG : >WaitForWriters: 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/28 01:40:43 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:43 DEBUG : dir: Looking for writers 2026/05/28 01:40:43 DEBUG : Looking for writers 2026/05/28 01:40:43 DEBUG : dir: reading active writers 2026/05/28 01:40:43 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:43 DEBUG : >WaitForWriters: 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:43 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:43 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:43 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:44 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:44 DEBUG : dir: Looking for writers 2026/05/28 01:40:44 DEBUG : file1: reading active writers 2026/05/28 01:40:44 DEBUG : Looking for writers 2026/05/28 01:40:44 DEBUG : dir: reading active writers 2026/05/28 01:40:44 DEBUG : >WaitForWriters: 2026/05/28 01:40:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:44 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d20dfecc0): _readAt: size=512, off=0 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d20dfecc0): openPending: 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/28 01:40:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/28 01:40:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d20dfecc0): >openPending: err= 2026/05/28 01:40:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/28 01:40:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d20dfecc0): >_readAt: n=14, err=EOF 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d20dfecc0): close: 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d20dfecc0): >close: err= 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:44 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:44 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/28 01:40:44 DEBUG : newLeaf: Updating file with newLeaf 0x235d2135a0d0 2026/05/28 01:40:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:44 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:44 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/28 01:40:44 DEBUG : dir/file1: Updating file with dir/file1 0x235d2135a0d0 2026/05/28 01:40:44 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/28 01:40:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:40:44 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:44 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d21015a40): openPending: 2026/05/28 01:40:44 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/28 01:40:44 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/28 01:40:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d21015a40): >openPending: err= 2026/05/28 01:40:44 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/28 01:40:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d21015a40): _writeAt: size=25, off=0 2026/05/28 01:40:44 DEBUG : dir/file1(0x235d21015a40): >_writeAt: n=25, err= 2026/05/28 01:40:44 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:44 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:44 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:40:44 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/28 01:40:44 DEBUG : newLeaf: Updating file with newLeaf 0x235d2135a0d0 2026/05/28 01:40:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:40:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:44 DEBUG : newLeaf(0x235d21015a40): close: 2026/05/28 01:40:44 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/28 01:40:44 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-28 01:40:44.898417795 +0000 UTC m=+23.075491240 2026/05/28 01:40:44 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:44 DEBUG : newLeaf(0x235d21015a40): >close: err= 2026/05/28 01:40:44 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:44 DEBUG : dir: Looking for writers 2026/05/28 01:40:44 DEBUG : Looking for writers 2026/05/28 01:40:44 DEBUG : dir: reading active writers 2026/05/28 01:40:44 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:45 DEBUG : dir: Looking for writers 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 DEBUG : dir: reading active writers 2026/05/28 01:40:45 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:45 DEBUG : dir: Looking for writers 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 DEBUG : dir: reading active writers 2026/05/28 01:40:45 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:45 DEBUG : dir: Looking for writers 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 DEBUG : dir: reading active writers 2026/05/28 01:40:45 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:45 DEBUG : newLeaf: vfs cache: starting upload 2026/05/28 01:40:45 DEBUG : newLeaf.955dd1ce.partial: size = 25 OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf.955dd1ce.partial" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf.955dd1ce.partial 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf.955dd1ce.partial" 2026/05/28 01:40:45 DEBUG : dir: Looking for writers 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 DEBUG : dir: reading active writers 2026/05/28 01:40:45 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf.955dd1ce.partial 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : newLeaf.955dd1ce.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:45 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/28 01:40:45 DEBUG : newLeaf.955dd1ce.partial: renamed to: newLeaf 2026/05/28 01:40:45 INFO : newLeaf: Copied (replaced existing) 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:45 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-28 01:40:44 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/28 01:40:45 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/28 01:40:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/28 01:40:45 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/28 01:40:45 DEBUG : dir: Looking for writers 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 DEBUG : dir: reading active writers 2026/05/28 01:40:45 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:45 DEBUG : >WaitForWriters: 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/newLeaf" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ginibeq4bahi/newLeaf 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/28 01:40:45 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:45 DEBUG : dir: Looking for writers 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 DEBUG : dir: reading active writers 2026/05/28 01:40:45 DEBUG : newLeaf: reading active writers 2026/05/28 01:40:45 DEBUG : >WaitForWriters: 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestFileRename (9.47s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.51s) --- PASS: TestFileRename/writes,forceCache=true (2.02s) --- PASS: TestFileRename/full,forceCache=false (1.70s) === 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-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:45 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:45 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:45 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 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-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:45 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/28 01:40:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/28 01:40:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:45 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:45 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:45 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:45 DEBUG : dir: Looking for writers 2026/05/28 01:40:45 DEBUG : file1: reading active writers 2026/05/28 01:40:45 DEBUG : Looking for writers 2026/05/28 01:40:45 DEBUG : dir: reading active writers 2026/05/28 01:40:45 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:45 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:45 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/28 01:40:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/28 01:40:46 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/28 01:40:46 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/28 01:40:46 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:46 DEBUG : dir: Looking for writers 2026/05/28 01:40:46 DEBUG : file1: reading active writers 2026/05/28 01:40:46 DEBUG : Looking for writers 2026/05/28 01:40:46 DEBUG : dir: reading active writers 2026/05/28 01:40:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:46 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/28 01:40:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/28 01:40:46 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/28 01:40:46 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/28 01:40:46 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/28 01:40:46 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/28 01:40:46 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/28 01:40:46 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/28 01:40:46 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/28 01:40:46 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/28 01:40:46 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/28 01:40:46 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/28 01:40:46 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/28 01:40:46 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:46 DEBUG : dir: Looking for writers 2026/05/28 01:40:46 DEBUG : file1: reading active writers 2026/05/28 01:40:46 DEBUG : Looking for writers 2026/05/28 01:40:46 DEBUG : dir: reading active writers 2026/05/28 01:40:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:46 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/28 01:40:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:46 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:46 DEBUG : dir: Looking for writers 2026/05/28 01:40:46 DEBUG : file1: reading active writers 2026/05/28 01:40:46 DEBUG : Looking for writers 2026/05/28 01:40:46 DEBUG : dir: reading active writers 2026/05/28 01:40:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:46 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:46 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:47 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/28 01:40:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:47 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:47 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/28 01:40:47 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:47 DEBUG : dir: Looking for writers 2026/05/28 01:40:47 DEBUG : file1: reading active writers 2026/05/28 01:40:47 DEBUG : Looking for writers 2026/05/28 01:40:47 DEBUG : dir: reading active writers 2026/05/28 01:40:47 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:47 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): _readAt: size=1, off=0 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): openPending: 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/28 01:40:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/28 01:40:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): >openPending: err= 2026/05/28 01:40:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): >_readAt: n=1, err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): _readAt: size=256, off=1 2026/05/28 01:40:47 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): >_readAt: n=15, err=EOF 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): _readAt: size=16, off=16 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): >_readAt: n=0, err=EOF 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): close: 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): >close: err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): close: 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d21311a00): >close: err=file already closed 2026/05/28 01:40:47 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:47 DEBUG : dir: Looking for writers 2026/05/28 01:40:47 DEBUG : file1: reading active writers 2026/05/28 01:40:47 DEBUG : Looking for writers 2026/05/28 01:40:47 DEBUG : dir: reading active writers 2026/05/28 01:40:47 DEBUG : >WaitForWriters: 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:47 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): _readAt: size=1, off=0 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): openPending: 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/28 01:40:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/28 01:40:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): >openPending: err= 2026/05/28 01:40:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): >_readAt: n=1, err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): _readAt: size=1, off=5 2026/05/28 01:40:47 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): >_readAt: n=1, err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): _readAt: size=1, off=3 2026/05/28 01:40:47 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): >_readAt: n=1, err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): _readAt: size=1, off=13 2026/05/28 01:40:47 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): >_readAt: n=1, err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): _readAt: size=16, off=100 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): >_readAt: n=0, err=EOF 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): close: 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d210df840): >close: err= 2026/05/28 01:40:47 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:47 DEBUG : dir: Looking for writers 2026/05/28 01:40:47 DEBUG : file1: reading active writers 2026/05/28 01:40:47 DEBUG : Looking for writers 2026/05/28 01:40:47 DEBUG : dir: reading active writers 2026/05/28 01:40:47 DEBUG : >WaitForWriters: 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.34s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:47 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:47 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d213eee40): _readAt: size=1, off=0 2026/05/28 01:40:47 DEBUG : dir/file1(0x235d213eee40): openPending: 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:47 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/28 01:40:48 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/28 01:40:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >openPending: err= 2026/05/28 01:40:48 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >_readAt: n=1, err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): _readAt: size=1, off=5 2026/05/28 01:40:48 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >_readAt: n=1, err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): _readAt: size=1, off=1 2026/05/28 01:40:48 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >_readAt: n=1, err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): _readAt: size=6, off=10 2026/05/28 01:40:48 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >_readAt: n=6, err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): _readAt: size=256, off=10 2026/05/28 01:40:48 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >_readAt: n=6, err=EOF 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): _readAt: size=256, off=100 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >_readAt: n=0, err=EOF 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): close: 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >close: err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): _readAt: size=256, off=100 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d213eee40): >_readAt: n=0, err=file already closed 2026/05/28 01:40:48 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:48 DEBUG : dir: Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : dir: reading active writers 2026/05/28 01:40:48 DEBUG : >WaitForWriters: 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.32s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:48 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:48 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:48 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): RWFileHandle.Flush 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): _readAt: size=256, off=0 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): openPending: 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/28 01:40:48 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/28 01:40:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): >openPending: err= 2026/05/28 01:40:48 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): >_readAt: n=16, err=EOF 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): RWFileHandle.Flush 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): RWFileHandle.Flush 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): close: 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d20dfe780): >close: err= 2026/05/28 01:40:48 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:48 DEBUG : dir: Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : dir: reading active writers 2026/05/28 01:40:48 DEBUG : >WaitForWriters: 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.34s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:48 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:48 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/28 01:40:48 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): _readAt: size=256, off=0 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): openPending: 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/28 01:40:48 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/28 01:40:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): >openPending: err= 2026/05/28 01:40:48 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): >_readAt: n=16, err=EOF 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): RWFileHandle.Release 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): close: 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): >close: err= 2026/05/28 01:40:48 DEBUG : dir/file1(0x235d21572c40): RWFileHandle.Release 2026/05/28 01:40:48 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:48 DEBUG : dir: Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : dir: reading active writers 2026/05/28 01:40:48 DEBUG : >WaitForWriters: 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.29s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:48 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:48 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:48 DEBUG : file1: newRWFileHandle: 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): openPending: 2026/05/28 01:40:48 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): >openPending: err= 2026/05/28 01:40:48 DEBUG : file1: >newRWFileHandle: err= 2026/05/28 01:40:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:48 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/28 01:40:48 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): _writeAt: size=5, off=0 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): >_writeAt: n=5, err= 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): _writeAt: size=7, off=5 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): >_writeAt: n=7, err= 2026/05/28 01:40:48 DEBUG : file1: vfs cache: truncate to size=11 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): close: 2026/05/28 01:40:48 DEBUG : file1: vfs cache: setting modification time to 2026-05-28 01:40:48.719833673 +0000 UTC m=+26.896907108 2026/05/28 01:40:48 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): >close: err= 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): close: 2026/05/28 01:40:48 DEBUG : file1(0x235d21573540): >close: err=file already closed 2026/05/28 01:40:48 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:48 DEBUG : file1: vfs cache: starting upload 2026/05/28 01:40:48 DEBUG : file1.136825df.partial: size = 11 OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1.136825df.partial" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1.136825df.partial 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1.136825df.partial" 2026/05/28 01:40:48 DEBUG : Looking for writers 2026/05/28 01:40:48 DEBUG : file1: reading active writers 2026/05/28 01:40:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1.136825df.partial 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:48 DEBUG : file1.136825df.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:40:48 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/28 01:40:48 DEBUG : file1.136825df.partial: renamed to: file1 2026/05/28 01:40:48 INFO : file1: Copied (new) 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:48 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:40:49 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-28 01:40:48 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/28 01:40:49 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:49 DEBUG : >WaitForWriters: 2026/05/28 01:40:49 INFO : file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:49 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/28 01:40:49 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : >WaitForWriters: 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.54s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:49 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:49 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:49 DEBUG : file1: newRWFileHandle: 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): openPending: 2026/05/28 01:40:49 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): >openPending: err= 2026/05/28 01:40:49 DEBUG : file1: >newRWFileHandle: err= 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:49 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/28 01:40:49 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): _writeAt: size=7, off=0 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): >_writeAt: n=7, err= 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): _writeAt: size=6, off=5 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): >_writeAt: n=6, err= 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): close: 2026/05/28 01:40:49 DEBUG : file1: vfs cache: setting modification time to 2026-05-28 01:40:49.266259599 +0000 UTC m=+27.443333034 2026/05/28 01:40:49 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): >close: err= 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): _writeAt: size=5, off=0 2026/05/28 01:40:49 DEBUG : file1(0x235d21411400): >_writeAt: n=0, err=file already closed 2026/05/28 01:40:49 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:49 DEBUG : file1: vfs cache: starting upload 2026/05/28 01:40:49 DEBUG : file1.27be415b.partial: size = 11 OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1.27be415b.partial" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1.27be415b.partial 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1.27be415b.partial" 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1.27be415b.partial 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:49 DEBUG : file1.27be415b.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:40:49 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/28 01:40:49 DEBUG : file1.27be415b.partial: renamed to: file1 2026/05/28 01:40:49 INFO : file1: Copied (new) 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:40:49 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-28 01:40:49 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/28 01:40:49 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:49 INFO : file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : >WaitForWriters: 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:49 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/28 01:40:49 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : >WaitForWriters: 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:49 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:49 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:49 DEBUG : file1: newRWFileHandle: 2026/05/28 01:40:49 DEBUG : file1(0x235d2147f380): openPending: 2026/05/28 01:40:49 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:49 DEBUG : file1(0x235d2147f380): >openPending: err= 2026/05/28 01:40:49 DEBUG : file1: >newRWFileHandle: err= 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:49 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/28 01:40:49 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/28 01:40:49 DEBUG : file1(0x235d2147f380): close: 2026/05/28 01:40:49 DEBUG : file1: vfs cache: setting modification time to 2026-05-28 01:40:49.7932597 +0000 UTC m=+27.970333134 2026/05/28 01:40:49 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:49 DEBUG : file1(0x235d2147f380): >close: err= 2026/05/28 01:40:49 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/28 01:40:49 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/28 01:40:49 DEBUG : file2: newRWFileHandle: 2026/05/28 01:40:49 DEBUG : file2(0x235d2147f800): openPending: 2026/05/28 01:40:49 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/28 01:40:49 DEBUG : file2(0x235d2147f800): >openPending: err= 2026/05/28 01:40:49 DEBUG : file2: >newRWFileHandle: err= 2026/05/28 01:40:49 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/28 01:40:49 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/28 01:40:49 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/28 01:40:49 DEBUG : file2(0x235d2147f800): RWFileHandle.Flush 2026/05/28 01:40:49 DEBUG : file2(0x235d2147f800): RWFileHandle.Release 2026/05/28 01:40:49 DEBUG : file2(0x235d2147f800): close: 2026/05/28 01:40:49 DEBUG : file2: vfs cache: setting modification time to 2026-05-28 01:40:49.794405567 +0000 UTC m=+27.971478982 2026/05/28 01:40:49 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:49 DEBUG : file2(0x235d2147f800): >close: err= 2026/05/28 01:40:49 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : file2: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : file2: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : file2: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : file2: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/28 01:40:49 DEBUG : file1: vfs cache: starting upload 2026/05/28 01:40:49 DEBUG : file2: vfs cache: starting upload 2026/05/28 01:40:49 DEBUG : file1.9bdc039b.partial: size = 0 OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1.9bdc039b.partial" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1.9bdc039b.partial 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1.9bdc039b.partial" 2026/05/28 01:40:49 DEBUG : file2.a97156f8.partial: size = 0 OK 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file2.a97156f8.partial" 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file2.a97156f8.partial 2026/05/28 01:40:49 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file2.a97156f8.partial" 2026/05/28 01:40:49 DEBUG : Looking for writers 2026/05/28 01:40:49 DEBUG : file1: reading active writers 2026/05/28 01:40:49 DEBUG : file2: reading active writers 2026/05/28 01:40:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file1.9bdc039b.partial 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file1.9bdc039b.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:50 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/28 01:40:50 DEBUG : file1.9bdc039b.partial: renamed to: file1 2026/05/28 01:40:50 INFO : file1: Copied (new) 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file2.a97156f8.partial 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file2.a97156f8.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:50 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/28 01:40:50 DEBUG : file2.a97156f8.partial: renamed to: file2 2026/05/28 01:40:50 INFO : file2: Copied (new) 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : file2: reading active writers 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:50 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-28 01:40:49 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/28 01:40:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:50 INFO : file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:50 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-28 01:40:49 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/28 01:40:50 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/28 01:40:50 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/28 01:40:50 DEBUG : >WaitForWriters: 2026/05/28 01:40:50 INFO : file2: vfs cache: upload succeeded try #1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file2" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-ginibeq4bahi/file2 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/28 01:40:50 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : file2: reading active writers 2026/05/28 01:40:50 DEBUG : >WaitForWriters: 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.74s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:50 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:50 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:50 DEBUG : file1: newRWFileHandle: 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): openPending: 2026/05/28 01:40:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): >openPending: err= 2026/05/28 01:40:50 DEBUG : file1: >newRWFileHandle: err= 2026/05/28 01:40:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/28 01:40:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): _writeAt: size=5, off=0 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): >_writeAt: n=5, err= 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): RWFileHandle.Flush 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): RWFileHandle.Flush 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): close: 2026/05/28 01:40:50 DEBUG : file1: vfs cache: setting modification time to 2026-05-28 01:40:50.535662116 +0000 UTC m=+28.712735521 2026/05/28 01:40:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:50 DEBUG : file1(0x235d210de000): >close: err= 2026/05/28 01:40:50 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:50 DEBUG : file1: vfs cache: starting upload 2026/05/28 01:40:50 DEBUG : file1.964ee2b1.partial: size = 5 OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1.964ee2b1.partial" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1.964ee2b1.partial 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1.964ee2b1.partial" 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1.964ee2b1.partial 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file1.964ee2b1.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:50 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:50 DEBUG : file1.964ee2b1.partial: renamed to: file1 2026/05/28 01:40:50 INFO : file1: Copied (new) 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:50 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-28 01:40:50 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/28 01:40:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:50 INFO : file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : >WaitForWriters: 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:50 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:50 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:50 DEBUG : file1: newRWFileHandle: 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): openPending: 2026/05/28 01:40:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): >openPending: err= 2026/05/28 01:40:50 DEBUG : file1: >newRWFileHandle: err= 2026/05/28 01:40:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/28 01:40:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): _writeAt: size=5, off=0 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): >_writeAt: n=5, err= 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): RWFileHandle.Release 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): close: 2026/05/28 01:40:50 DEBUG : file1: vfs cache: setting modification time to 2026-05-28 01:40:50.855797901 +0000 UTC m=+29.032871316 2026/05/28 01:40:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): >close: err= 2026/05/28 01:40:50 DEBUG : file1(0x235d213e0480): RWFileHandle.Release 2026/05/28 01:40:50 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:50 DEBUG : Looking for writers 2026/05/28 01:40:50 DEBUG : file1: reading active writers 2026/05/28 01:40:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:50 DEBUG : file1: vfs cache: starting upload 2026/05/28 01:40:50 DEBUG : file1.39c778eb.partial: size = 5 OK 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1.39c778eb.partial" 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1.39c778eb.partial 2026/05/28 01:40:50 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1.39c778eb.partial" 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1.39c778eb.partial 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : file1.39c778eb.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:51 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:51 DEBUG : file1.39c778eb.partial: renamed to: file1 2026/05/28 01:40:51 INFO : file1: Copied (new) 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:51 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-28 01:40:50 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/28 01:40:51 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:51 INFO : file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : >WaitForWriters: 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:51 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:51 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/28 01:40:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:51 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:51 DEBUG : dir/file1(0x235d213e0bc0): openPending: 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/28 01:40:51 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/28 01:40:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:51 DEBUG : dir/file1(0x235d213e0bc0): >openPending: err= 2026/05/28 01:40:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/28 01:40:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:51 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/28 01:40:51 DEBUG : dir/file1(0x235d213e0bc0): _writeAt: size=5, off=0 2026/05/28 01:40:51 DEBUG : dir/file1(0x235d213e0bc0): >_writeAt: n=5, err= 2026/05/28 01:40:51 DEBUG : dir/file1(0x235d213e0bc0): close: 2026/05/28 01:40:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:51 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-28 01:40:51.481820005 +0000 UTC m=+29.658893420 2026/05/28 01:40:51 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:51 DEBUG : dir/file1(0x235d213e0bc0): >close: err= 2026/05/28 01:40:51 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:51 DEBUG : dir: Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : dir: reading active writers 2026/05/28 01:40:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:51 DEBUG : dir: Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : dir: reading active writers 2026/05/28 01:40:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:51 DEBUG : dir: Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : dir: reading active writers 2026/05/28 01:40:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:51 DEBUG : dir: Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : dir: reading active writers 2026/05/28 01:40:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:51 DEBUG : dir/file1: vfs cache: starting upload 2026/05/28 01:40:51 DEBUG : dir/file1.51ea8828.partial: size = 5 OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1.51ea8828.partial" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1.51ea8828.partial 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1.51ea8828.partial" 2026/05/28 01:40:51 DEBUG : dir: Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : dir: reading active writers 2026/05/28 01:40:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/dir/file1.51ea8828.partial 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : dir/file1.51ea8828.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:51 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:51 DEBUG : dir/file1.51ea8828.partial: renamed to: dir/file1 2026/05/28 01:40:51 INFO : dir/file1: Copied (replaced existing) 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:51 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-28 01:40:51 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/28 01:40:51 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:51 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:51 DEBUG : dir: Looking for writers 2026/05/28 01:40:51 DEBUG : file1: reading active writers 2026/05/28 01:40:51 DEBUG : Looking for writers 2026/05/28 01:40:51 DEBUG : dir: reading active writers 2026/05/28 01:40:51 DEBUG : >WaitForWriters: 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:51 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:51 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:51 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:52 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/28 01:40:52 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : dir/file1: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/28 01:40:52 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): openPending: 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:52 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/28 01:40:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/28 01:40:52 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/28 01:40:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): >openPending: err= 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): _writeAt: size=15, off=5 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): >_writeAt: n=15, err= 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): close: 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/28 01:40:52 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-28 01:40:52.115473838 +0000 UTC m=+30.292547242 2026/05/28 01:40:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : dir/file1(0x235d2168a300): >close: err= 2026/05/28 01:40:52 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:52 DEBUG : dir: Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : dir: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:52 DEBUG : dir: Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : dir: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:52 DEBUG : dir: Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : dir: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:52 DEBUG : dir: Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : dir: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:52 DEBUG : dir/file1: vfs cache: starting upload 2026/05/28 01:40:52 DEBUG : dir/file1.ba914401.partial: size = 20 OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1.ba914401.partial" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1.ba914401.partial 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1.ba914401.partial" 2026/05/28 01:40:52 DEBUG : dir: Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : dir: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-ginibeq4bahi/dir/file1.ba914401.partial 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:52 DEBUG : dir/file1.ba914401.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/28 01:40:52 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/28 01:40:52 DEBUG : dir/file1.ba914401.partial: renamed to: dir/file1 2026/05/28 01:40:52 INFO : dir/file1: Copied (replaced existing) 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:52 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/28 01:40:52 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-28 01:40:52 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/28 01:40:52 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:52 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/05/28 01:40:52 DEBUG : dir: Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : dir: reading active writers 2026/05/28 01:40:52 DEBUG : >WaitForWriters: 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:52 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : file1: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : file1(0x235d210de080): openPending: 2026/05/28 01:40:52 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:52 DEBUG : file1(0x235d210de080): >openPending: err= 2026/05/28 01:40:52 DEBUG : file1: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:52 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/28 01:40:52 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/28 01:40:52 DEBUG : file1(0x235d210de080): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : file1(0x235d210de080): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : file1(0x235d210de080): close: 2026/05/28 01:40:52 DEBUG : file1: vfs cache: setting modification time to 2026-05-28 01:40:52.436959176 +0000 UTC m=+30.614032591 2026/05/28 01:40:52 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : file1(0x235d210de080): >close: err= 2026/05/28 01:40:52 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:52 DEBUG : file1: vfs cache: starting upload 2026/05/28 01:40:52 DEBUG : file1.c960ab5e.partial: size = 5 OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1.c960ab5e.partial" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1.c960ab5e.partial 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1.c960ab5e.partial" 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1.c960ab5e.partial 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:52 DEBUG : file1.c960ab5e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:52 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:52 DEBUG : file1.c960ab5e.partial: renamed to: file1 2026/05/28 01:40:52 INFO : file1: Copied (new) 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:52 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:52 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-28 01:40:52 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/28 01:40:52 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:52 INFO : file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:52 DEBUG : Looking for writers 2026/05/28 01:40:52 DEBUG : file1: reading active writers 2026/05/28 01:40:52 DEBUG : >WaitForWriters: 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:52 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/28 01:40:52 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:52 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:52 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214641c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214641c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214641c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214641c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214641c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.760636791 +0000 UTC m=+30.937710237 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214641c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.760636791 +0000 UTC m=+30.937710237 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464b40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464b40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464b40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464b40): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464b40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.760636791 +0000 UTC m=+30.937710237 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21464b40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0ca80 item 1 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465180): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465180): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465180): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465180): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465180): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.764530186 +0000 UTC m=+30.941603601 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465180): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465680): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465680): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465680): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465680): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465680): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.764530186 +0000 UTC m=+30.941603601 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465680): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0d6c0 item 2 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465cc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465cc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465cc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465cc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465cc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.767729247 +0000 UTC m=+30.944802733 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21465cc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.767729247 +0000 UTC m=+30.944802733 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfeb00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214102c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214102c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214102c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214102c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214102c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.767729247 +0000 UTC m=+30.944802733 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214102c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0dab0 item 3 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410940): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410940): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410940): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.77206512 +0000 UTC m=+30.949138564 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410e80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410e80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410e80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410e80): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410e80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.77206512 +0000 UTC m=+30.949138564 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410e80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce230 item 4 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214114c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214114c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214114c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214114c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214114c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.774789693 +0000 UTC m=+30.951863108 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214114c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.774789693 +0000 UTC m=+30.951863108 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411e00): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411e00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411e00): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411e00): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411e00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.774789693 +0000 UTC m=+30.951863108 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411e00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce690 item 5 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014a40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014a40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014a40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014a40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014a40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.77867847 +0000 UTC m=+30.955751885 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014a40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21015b40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21015b40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21015b40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21015b40): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21015b40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.77867847 +0000 UTC m=+30.955751885 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21015b40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cec40 item 6 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ea00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ea00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ea00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ea00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ea00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.782140398 +0000 UTC m=+30.959213914 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ea00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.782140398 +0000 UTC m=+30.959213914 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f3c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f9c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f9c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f9c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f9c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f9c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.782140398 +0000 UTC m=+30.959213914 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f9c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cefc0 item 7 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211362c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211362c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211362c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211362c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211362c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.786382413 +0000 UTC m=+30.963455928 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211362c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136800): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136800): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136800): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136800): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136800): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.786382413 +0000 UTC m=+30.963455928 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136800): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cf650 item 8 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136dc0): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d21136dc0): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136dc0): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136dc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136dc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136dc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137640): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137640): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137640): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.788959047 +0000 UTC m=+30.966032492 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.788959047 +0000 UTC m=+30.966032492 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.788959047 +0000 UTC m=+30.966032492 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cfa40 item 9 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6fc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6fc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6fc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6fc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6fc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.793663355 +0000 UTC m=+30.970736801 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6fc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be78c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be78c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be78c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be78c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be78c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.793663355 +0000 UTC m=+30.970736801 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be78c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736070 item 10 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0080): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d213e0080): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0080): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0080): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0080): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0080): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0080): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.796870784 +0000 UTC m=+30.973944249 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.796870784 +0000 UTC m=+30.973944249 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e09c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0ec0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0ec0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0ec0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0ec0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0ec0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.796870784 +0000 UTC m=+30.973944249 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0ec0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736460 item 11 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1540): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1540): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1540): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1540): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1540): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.800695899 +0000 UTC m=+30.977769344 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1540): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1a80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1a80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1a80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1a80): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1a80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.800695899 +0000 UTC m=+30.977769344 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1a80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736ee0 item 12 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba1c0): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d210ba1c0): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba1c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba1c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba1c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba1c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba1c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba580): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba580): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba580): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba580): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba580): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.803674073 +0000 UTC m=+30.980747528 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ba580): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bac40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bac40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bac40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bac40): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bac40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.803674073 +0000 UTC m=+30.980747528 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bac40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737340 item 13 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb2c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb2c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb2c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb2c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb2c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.807139738 +0000 UTC m=+30.984213214 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb2c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb800): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb800): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb800): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb800): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb800): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.807139738 +0000 UTC m=+30.984213214 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bb800): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217376c0 item 14 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bbe40): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d210bbe40): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bbe40): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bbe40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bbe40): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bbe40): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210bbe40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d6300): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d6300): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d6300): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d6300): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d6300): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.810511597 +0000 UTC m=+30.987585122 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d6300): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d69c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d69c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d69c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d69c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d69c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.810511597 +0000 UTC m=+30.987585122 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d69c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737ce0 item 15 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7040): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7040): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7040): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7040): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7040): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.812488627 +0000 UTC m=+30.989562031 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7040): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7580): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7580): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7580): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7580): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7580): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.812488627 +0000 UTC m=+30.989562031 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7580): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a2a0 item 16 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7bc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7bc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7bc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7bc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7bc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.815929176 +0000 UTC m=+30.993002611 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d7bc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.815929176 +0000 UTC m=+30.993002611 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee640): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee640): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee640): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.815929176 +0000 UTC m=+30.993002611 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ee640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a770 item 17 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210eecc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210eecc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210eecc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210eecc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210eecc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.819979136 +0000 UTC m=+30.997052622 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210eecc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef200): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef200): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef200): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef200): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef200): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.819979136 +0000 UTC m=+30.997052622 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef200): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173ac40 item 18 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef880): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef880): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef880): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef880): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef880): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.822961898 +0000 UTC m=+31.000035344 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ef880): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.822961898 +0000 UTC m=+31.000035344 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210efd80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212380): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212380): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212380): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212380): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212380): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.822961898 +0000 UTC m=+31.000035344 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212380): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173afc0 item 19 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212a00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212a00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212a00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212a00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212a00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.826946395 +0000 UTC m=+31.004019811 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212a00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168a8c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168a8c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168a8c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168a8c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168a8c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.826946395 +0000 UTC m=+31.004019811 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168a8c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a61c0 item 20 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168af40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168af40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168af40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168af40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168af40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.829836122 +0000 UTC m=+31.006909607 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168af40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.829836122 +0000 UTC m=+31.006909607 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168b640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168bb40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168bb40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168bb40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168bb40): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168bb40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.829836122 +0000 UTC m=+31.006909607 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168bb40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6540 item 21 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b62c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b62c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b62c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b62c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b62c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.834011891 +0000 UTC m=+31.011085386 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b62c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6800): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6800): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6800): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6800): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6800): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.834011891 +0000 UTC m=+31.011085386 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6800): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6b60 item 22 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6e80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6e80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6e80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6e80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6e80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.836871281 +0000 UTC m=+31.013944726 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6e80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.836871281 +0000 UTC m=+31.013944726 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7380): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7880): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7880): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7880): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7880): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7880): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.836871281 +0000 UTC m=+31.013944726 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7880): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6ee0 item 23 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310000): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310000): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310000): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310000): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310000): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.840137128 +0000 UTC m=+31.017210553 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310000): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310540): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310540): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310540): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310540): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310540): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.840137128 +0000 UTC m=+31.017210553 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310540): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a73b0 item 24 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310b80): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d21310b80): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310b80): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310b80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310b80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310b80): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310b80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310f40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310f40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310f40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310f40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310f40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.841987439 +0000 UTC m=+31.019060844 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21310f40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.841987439 +0000 UTC m=+31.019060844 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311440): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311980): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311980): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311980): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311980): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311980): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.841987439 +0000 UTC m=+31.019060844 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21311980): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a7730 item 25 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326100): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326100): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326100): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326100): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326100): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.845539427 +0000 UTC m=+31.022612882 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326100): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326640): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326640): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326640): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.845539427 +0000 UTC m=+31.022612882 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a7c00 item 26 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326c80): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d21326c80): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326c80): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326c80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326c80): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21326c80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327040): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327040): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327040): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327040): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327040): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.848174582 +0000 UTC m=+31.025248007 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327040): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.848174582 +0000 UTC m=+31.025248007 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327540): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327a80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327a80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327a80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327a80): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327a80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.848174582 +0000 UTC m=+31.025248007 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21327a80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da150 item 27 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344200): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344200): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344200): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344200): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344200): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.851280728 +0000 UTC m=+31.028354153 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344200): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344740): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344740): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344740): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344740): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344740): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.851280728 +0000 UTC m=+31.028354153 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344740): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da770 item 28 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344d80): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d21344d80): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344d80): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344d80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344d80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344d80): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21344d80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345140): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345140): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345140): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.853773293 +0000 UTC m=+31.030846718 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345800): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345800): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345800): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345800): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345800): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.853773293 +0000 UTC m=+31.030846718 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345800): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212daaf0 item 29 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345e80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345e80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345e80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345e80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345e80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.8556534 +0000 UTC m=+31.032726815 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21345e80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213764c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213764c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213764c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213764c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213764c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.8556534 +0000 UTC m=+31.032726815 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213764c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212dae70 item 30 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376b00): _readAt: size=2, off=0 2026/05/28 01:40:52 ERROR : open-test-file(0x235d21376b00): Couldn't read size of file 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376b00): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376b00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376b00): close: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376b00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376ec0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376ec0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376ec0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376ec0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376ec0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.858171182 +0000 UTC m=+31.035244607 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21376ec0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377580): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377580): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377580): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377580): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377580): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.858171182 +0000 UTC m=+31.035244607 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377580): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212db260 item 31 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377c00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377c00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377c00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377c00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377c00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.860364571 +0000 UTC m=+31.037437996 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21377c00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2240): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2240): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2240): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2240): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2240): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.860364571 +0000 UTC m=+31.037437996 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2240): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212db5e0 item 32 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2880): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2880): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2880): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2880): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2880): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.862699188 +0000 UTC m=+31.039772643 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2880): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212db960 item 33 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.863671597 +0000 UTC m=+31.040745022 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d2d00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3200): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3200): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3200): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3200): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3200): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.863671597 +0000 UTC m=+31.040745022 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3200): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212dbb20 item 33 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3840): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3840): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3840): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3840): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3840): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.866047381 +0000 UTC m=+31.043120806 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3840): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb4000 item 34 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.866726255 +0000 UTC m=+31.043799670 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213d3cc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8300): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8300): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8300): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8300): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8300): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.866726255 +0000 UTC m=+31.043799670 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8300): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb4380 item 34 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8940): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8940): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8940): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.869458674 +0000 UTC m=+31.046532099 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb4ee0 item 35 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.870406607 +0000 UTC m=+31.047480032 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f8dc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f92c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f92c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f92c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f92c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f92c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.870406607 +0000 UTC m=+31.047480032 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f92c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb5180 item 35 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9940): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9940): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9940): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.872656593 +0000 UTC m=+31.049730019 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb58f0 item 36 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.873483248 +0000 UTC m=+31.050556723 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213f9e40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21436480): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21436480): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21436480): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21436480): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21436480): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.873483248 +0000 UTC m=+31.050556723 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21436480): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb5b20 item 36 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ded80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ded80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ded80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ded80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ded80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.875366239 +0000 UTC m=+31.052439654 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210ded80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184cd20 item 37 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.875990119 +0000 UTC m=+31.053063534 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df280): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df780): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df780): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df780): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df780): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df780): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.875990119 +0000 UTC m=+31.053063534 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df780): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184cfc0 item 37 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.877981225 +0000 UTC m=+31.055054640 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184d3b0 item 38 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.878567655 +0000 UTC m=+31.055641070 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe400): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe940): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe940): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe940): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.878567655 +0000 UTC m=+31.055641070 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fe940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184d570 item 38 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fefc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fefc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fefc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fefc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fefc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.880511182 +0000 UTC m=+31.057584607 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214fefc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184d8f0 item 39 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.881260339 +0000 UTC m=+31.058333764 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff4c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff9c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff9c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff9c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff9c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff9c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.881260339 +0000 UTC m=+31.058333764 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ff9c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184dab0 item 39 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8140): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8140): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8140): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.882884361 +0000 UTC m=+31.059957776 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182e230 item 40 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.883547366 +0000 UTC m=+31.060620781 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8b80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8b80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8b80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8b80): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8b80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.883547366 +0000 UTC m=+31.060620781 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a8b80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182e3f0 item 40 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.885141771 +0000 UTC m=+31.062215186 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9640): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9640): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182e7e0 item 41 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9640): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.885717691 +0000 UTC m=+31.062791096 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182ea80 item 41 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.886329328 +0000 UTC m=+31.063402733 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214a9b00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca140): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca140): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca140): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.886329328 +0000 UTC m=+31.063402733 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182ecb0 item 41 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.888461912 +0000 UTC m=+31.065535327 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214ca780): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cac80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cac80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cac80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f030 item 42 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cac80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cac80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.889107283 +0000 UTC m=+31.066180698 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cac80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f1f0 item 42 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.890029727 +0000 UTC m=+31.067103142 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb1c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb740): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb740): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb740): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb740): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb740): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.890029727 +0000 UTC m=+31.067103142 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cb740): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f3b0 item 42 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.891794315 +0000 UTC m=+31.068867740 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214cbd80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a380): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a380): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a380): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f730 item 43 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a380): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a380): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.892423446 +0000 UTC m=+31.069496861 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a380): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f9d0 item 43 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.893069909 +0000 UTC m=+31.070143364 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151a8c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151ae00): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151ae00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151ae00): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151ae00): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151ae00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.893069909 +0000 UTC m=+31.070143364 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151ae00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182fb90 item 43 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.894898157 +0000 UTC m=+31.071971572 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b440): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b940): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b940): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217420e0 item 44 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b940): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.895756129 +0000 UTC m=+31.072829544 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151b940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21742310 item 44 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.896450895 +0000 UTC m=+31.073524310 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2151be80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538500): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538500): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538500): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538500): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538500): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.896450895 +0000 UTC m=+31.073524310 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538500): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217424d0 item 44 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.898021726 +0000 UTC m=+31.075095141 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21538b40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539040): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539040): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539040): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21742850 item 45 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539040): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539040): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.89868495 +0000 UTC m=+31.075758426 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539040): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539740): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539740): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539740): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539740): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539740): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.89868495 +0000 UTC m=+31.075758426 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539740): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21742bd0 item 45 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.900356462 +0000 UTC m=+31.077429877 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21539d80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155e380): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155e380): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155e380): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743110 item 46 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155e380): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155e380): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.900887236 +0000 UTC m=+31.077960681 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155e380): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155ea80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155ea80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155ea80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155ea80): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155ea80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.900887236 +0000 UTC m=+31.077960681 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155ea80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217432d0 item 46 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.902668155 +0000 UTC m=+31.079741560 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f0c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f5c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f5c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f5c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743650 item 47 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f5c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f5c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.903789526 +0000 UTC m=+31.080862961 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155f5c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155fcc0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155fcc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155fcc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155fcc0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155fcc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.903789526 +0000 UTC m=+31.080862961 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2155fcc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743810 item 47 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.905331503 +0000 UTC m=+31.082404918 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c400): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c900): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c900): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c900): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743b90 item 48 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c900): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c900): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.905750576 +0000 UTC m=+31.082823981 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158c900): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d000): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d000): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d000): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d000): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d000): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.905750576 +0000 UTC m=+31.082823981 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d000): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743d50 item 48 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d640): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d640): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d640): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.907388665 +0000 UTC m=+31.084462080 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158d640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc380 item 49 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.907817666 +0000 UTC m=+31.084891071 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2158dac0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be100): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be100): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be100): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be100): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be100): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.907817666 +0000 UTC m=+31.084891071 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be100): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc540 item 49 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be780): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be780): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be780): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be780): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be780): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.90933734 +0000 UTC m=+31.086410755 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215be780): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc930 item 50 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.909869858 +0000 UTC m=+31.086943273 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bec80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf200): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf200): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf200): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf200): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf200): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.909869858 +0000 UTC m=+31.086943273 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf200): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dccb0 item 50 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf880): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf880): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf880): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf880): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf880): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.911264265 +0000 UTC m=+31.088337680 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bf880): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd0a0 item 51 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.911677628 +0000 UTC m=+31.088751043 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215bfd80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e03c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e03c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e03c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e03c0): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e03c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.911677628 +0000 UTC m=+31.088751043 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e03c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd260 item 51 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0a40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0a40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0a40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0a40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0a40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.913010889 +0000 UTC m=+31.090084295 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0a40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd5e0 item 52 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.913582401 +0000 UTC m=+31.090655816 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e0f40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e14c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e14c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e14c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e14c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e14c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.913582401 +0000 UTC m=+31.090655816 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e14c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd7a0 item 52 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e1b40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e1b40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e1b40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e1b40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e1b40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.914896106 +0000 UTC m=+31.091969510 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215e1b40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ddc00 item 53 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.915403085 +0000 UTC m=+31.092476500 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604680): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604680): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604680): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604680): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604680): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.915403085 +0000 UTC m=+31.092476500 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604680): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dde30 item 53 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604d00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604d00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604d00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604d00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604d00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.916583758 +0000 UTC m=+31.093657173 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21604d00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b927e0 item 54 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.917140171 +0000 UTC m=+31.094213586 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605200): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605780): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605780): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605780): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605780): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605780): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.917140171 +0000 UTC m=+31.094213586 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605780): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b929a0 item 54 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605e00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605e00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605e00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605e00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605e00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.918581438 +0000 UTC m=+31.095654853 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21605e00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b93110 item 55 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.919149793 +0000 UTC m=+31.096223208 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c400): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c940): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c940): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c940): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.919149793 +0000 UTC m=+31.096223208 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162c940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b93500 item 55 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162cfc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162cfc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162cfc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162cfc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162cfc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.920432398 +0000 UTC m=+31.097505804 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162cfc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b93c00 item 56 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.921007928 +0000 UTC m=+31.098081343 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162d4c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162da40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162da40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162da40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162da40): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162da40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.921007928 +0000 UTC m=+31.098081343 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2162da40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d211780e0 item 56 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.922333325 +0000 UTC m=+31.099406740 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654180): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216546c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216546c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216546c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d211789a0 item 57 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216546c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216546c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.922757668 +0000 UTC m=+31.099831073 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216546c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21178cb0 item 57 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.923218659 +0000 UTC m=+31.100292064 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21654c00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655180): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655180): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655180): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655180): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655180): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.923218659 +0000 UTC m=+31.100292064 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655180): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d211793b0 item 57 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.92451433 +0000 UTC m=+31.101587735 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216557c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655d00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655d00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655d00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21184150 item 58 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655d00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655d00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.924970002 +0000 UTC m=+31.102043407 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21655d00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d211845b0 item 58 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.925473896 +0000 UTC m=+31.102547301 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670340): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670900): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670900): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670900): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670900): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670900): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.925473896 +0000 UTC m=+31.102547301 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670900): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21184d20 item 58 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.926463126 +0000 UTC m=+31.103536532 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21670f40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21671480): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21671480): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21671480): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d211853b0 item 59 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21671480): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21671480): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.926974975 +0000 UTC m=+31.104048380 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21671480): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21185570 item 59 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.927412503 +0000 UTC m=+31.104485907 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d216719c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c040): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c040): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c040): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c040): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c040): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.927412503 +0000 UTC m=+31.104485907 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c040): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21185dc0 item 59 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.928538342 +0000 UTC m=+31.105611757 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168c680): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168cbc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168cbc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168cbc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba620 item 60 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168cbc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168cbc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.92894973 +0000 UTC m=+31.106023135 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168cbc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba7e0 item 60 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.929423637 +0000 UTC m=+31.106497042 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d100): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d6c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d6c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d6c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d6c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d6c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.929423637 +0000 UTC m=+31.106497042 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168d6c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217baa80 item 60 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.930559636 +0000 UTC m=+31.107633041 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2168dd00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212d00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212d00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212d00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bae00 item 61 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212d00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212d00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.931154742 +0000 UTC m=+31.108228146 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21212d00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213400): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213400): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213400): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213400): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213400): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.931154742 +0000 UTC m=+31.108228146 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213400): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b500 item 61 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.932724561 +0000 UTC m=+31.109797976 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21213a40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244080): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244080): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244080): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b880 item 62 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244080): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244080): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.933239315 +0000 UTC m=+31.110312730 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244080): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244780): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244780): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244780): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244780): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244780): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.933239315 +0000 UTC m=+31.110312730 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244780): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173bb90 item 62 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.935456319 +0000 UTC m=+31.112529734 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704400): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704940): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704940): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb030 item 63 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704940): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.935902924 +0000 UTC m=+31.112976339 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8e40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8e40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8e40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8e40): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8e40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.935902924 +0000 UTC m=+31.112976339 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8e40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ff5e0 item 63 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.937605404 +0000 UTC m=+31.114678819 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21704d80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217052c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217052c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217052c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb43f0 item 64 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217052c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217052c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.938054302 +0000 UTC m=+31.115127708 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217052c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217059c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217059c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217059c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217059c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217059c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.938054302 +0000 UTC m=+31.115127708 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d217059c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb4930 item 64 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8100): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8100): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8100): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8100): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8100): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.939467897 +0000 UTC m=+31.116541302 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8100): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb5260 item 65 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.93989795 +0000 UTC m=+31.116971356 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c8580): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9540): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9540): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9540): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9540): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9540): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.93989795 +0000 UTC m=+31.116971356 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9540): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb5650 item 65 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9b80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9b80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9b80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9b80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9b80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.941117657 +0000 UTC m=+31.118191063 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d215c9b80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb5ce0 item 66 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.941590242 +0000 UTC m=+31.118663647 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244a80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244a80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244a80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244a80): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244a80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.941590242 +0000 UTC m=+31.118663647 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21244a80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba230 item 66 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212450c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212450c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212450c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212450c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212450c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.942716442 +0000 UTC m=+31.119789848 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212450c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba700 item 67 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.943183536 +0000 UTC m=+31.120256940 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245540): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245a40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245a40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245a40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245a40): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245a40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.943183536 +0000 UTC m=+31.120256940 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21245a40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba9a0 item 67 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfe8c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfe8c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfe8c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfe8c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfe8c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.944408373 +0000 UTC m=+31.121481778 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20dfe8c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bad20 item 68 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.944921343 +0000 UTC m=+31.121994748 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d214101c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410780): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410780): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410780): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410780): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410780): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.944921343 +0000 UTC m=+31.121994748 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410780): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb260 item 68 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410dc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410dc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410dc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410dc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410dc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.946020281 +0000 UTC m=+31.123093687 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21410dc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb5e0 item 69 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.946504437 +0000 UTC m=+31.123577843 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411240): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411740): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411740): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411740): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411740): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411740): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.946504437 +0000 UTC m=+31.123577843 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411740): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb810 item 69 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411dc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411dc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411dc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411dc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411dc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.947645256 +0000 UTC m=+31.124718660 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21411dc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bbd50 item 70 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.948342054 +0000 UTC m=+31.125415459 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21014800): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210150c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210150c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210150c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210150c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210150c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.948342054 +0000 UTC m=+31.125415459 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210150c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fe230 item 70 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1e680): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1e680): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1e680): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1e680): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1e680): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.949409083 +0000 UTC m=+31.126482488 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1e680): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fe850 item 71 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.949859104 +0000 UTC m=+31.126932509 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1ee80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f840): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f840): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f840): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f840): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f840): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.949859104 +0000 UTC m=+31.126932509 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20f1f840): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fea10 item 71 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136100): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136100): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136100): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136100): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136100): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.950987739 +0000 UTC m=+31.128061144 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136100): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fed90 item 72 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.951560542 +0000 UTC m=+31.128633947 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136b80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136b80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136b80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136b80): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136b80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.951560542 +0000 UTC m=+31.128633947 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21136b80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fef50 item 72 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.952972213 +0000 UTC m=+31.130045658 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137600): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ff2d0 item 73 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.953449807 +0000 UTC m=+31.130523212 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21137b80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ff810 item 73 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.95392747 +0000 UTC m=+31.131000875 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6280): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6cc0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6cc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6cc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6cc0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6cc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.95392747 +0000 UTC m=+31.131000875 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be6cc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ffd50 item 73 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.955273666 +0000 UTC m=+31.132347071 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7880): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7e00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7e00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7e00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a460 item 74 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7e00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7e00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.95568271 +0000 UTC m=+31.132756135 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d20be7e00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a620 item 74 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.956212352 +0000 UTC m=+31.133285757 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0440): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0a40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0a40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0a40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0a40): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0a40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.956212352 +0000 UTC m=+31.133285757 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e0a40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a7e0 item 74 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.957662525 +0000 UTC m=+31.134735940 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1080): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1580): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1580): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1580): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173ab60 item 75 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1580): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1580): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.958149497 +0000 UTC m=+31.135222902 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1580): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): _writeAt: size=3, off=2 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173ad20 item 75 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.958652147 +0000 UTC m=+31.135725552 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213e1ac0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de100): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de100): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de100): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de100): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de100): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.958652147 +0000 UTC m=+31.135725552 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de100): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173aee0 item 75 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.959951084 +0000 UTC m=+31.137024490 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210de780): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dec80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dec80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dec80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b260 item 76 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dec80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dec80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.960402418 +0000 UTC m=+31.137475823 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dec80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b420 item 76 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): _writeAt: size=3, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.9609535 +0000 UTC m=+31.138026905 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df240): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df7c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df7c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df7c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df7c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df7c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.9609535 +0000 UTC m=+31.138026905 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210df7c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b5e0 item 76 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.962334272 +0000 UTC m=+31.139407677 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210dfe00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6400): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6400): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6400): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173bb20 item 77 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6400): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6400): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.962752634 +0000 UTC m=+31.139826039 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6400): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6b00): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6b00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6b00): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6b00): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6b00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.962752634 +0000 UTC m=+31.139826039 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b6b00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173bdc0 item 77 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.964175817 +0000 UTC m=+31.141249282 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7640): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7640): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7640): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eac7e0 item 78 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7640): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7640): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.964614286 +0000 UTC m=+31.141687691 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7640): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7d40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7d40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7d40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7d40): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7d40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.964614286 +0000 UTC m=+31.141687691 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210b7d40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eac9a0 item 78 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.966035404 +0000 UTC m=+31.143108808 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4480): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4980): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4980): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4980): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e962a0 item 79 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4980): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4980): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.966559966 +0000 UTC m=+31.143633401 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c4980): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5080): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5080): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5080): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5080): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5080): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.966559966 +0000 UTC m=+31.143633401 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5080): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e96850 item 79 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.967993789 +0000 UTC m=+31.145067193 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c56c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5bc0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5bc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5bc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e97730 item 80 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5bc0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5bc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.968405317 +0000 UTC m=+31.145478722 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210c5bc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d03c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d03c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d03c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d03c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d03c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.968405317 +0000 UTC m=+31.145478722 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d03c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e97a40 item 80 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0a00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0a00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0a00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0a00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0a00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.969827406 +0000 UTC m=+31.146900812 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0a00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0c4d0 item 81 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.970478258 +0000 UTC m=+31.147551663 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d0e80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d13c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d13c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d13c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d13c0): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d13c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.970478258 +0000 UTC m=+31.147551663 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d13c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0c7e0 item 81 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d1a40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d1a40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d1a40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d1a40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d1a40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.971810168 +0000 UTC m=+31.148883572 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210d1a40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0cfc0 item 82 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.972367822 +0000 UTC m=+31.149441227 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4040): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e45c0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e45c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e45c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e45c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e45c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.972367822 +0000 UTC m=+31.149441227 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e45c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0d420 item 82 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4c40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4c40): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4c40): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4c40): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4c40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.973730269 +0000 UTC m=+31.150803675 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e4c40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0d9d0 item 83 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.974269741 +0000 UTC m=+31.151343145 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5140): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5680): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5680): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5680): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5680): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5680): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.974269741 +0000 UTC m=+31.151343145 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5680): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0db90 item 83 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5d00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5d00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5d00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5d00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5d00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.975615246 +0000 UTC m=+31.152688661 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d210e5d00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce1c0 item 84 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.976186226 +0000 UTC m=+31.153259631 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4300): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4880): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4880): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4880): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4880): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4880): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.976186226 +0000 UTC m=+31.153259631 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4880): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce460 item 84 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4f00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4f00): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4f00): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4f00): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4f00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.977563972 +0000 UTC m=+31.154637376 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b4f00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce7e0 item 85 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.978121496 +0000 UTC m=+31.155194911 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5400): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5940): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5940): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5940): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.978121496 +0000 UTC m=+31.155194911 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d211b5940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cea80 item 85 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c0c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c0c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c0c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c0c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c0c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.979421375 +0000 UTC m=+31.156494790 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c0c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cee00 item 86 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.980007725 +0000 UTC m=+31.157081130 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121c5c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121cb40): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121cb40): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121cb40): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121cb40): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121cb40): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.980007725 +0000 UTC m=+31.157081130 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121cb40): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cefc0 item 86 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d1c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d1c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d1c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d1c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d1c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.981415477 +0000 UTC m=+31.158488882 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d1c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cf420 item 87 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.981980306 +0000 UTC m=+31.159053711 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121d6c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121dc00): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121dc00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121dc00): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121dc00): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121dc00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.981980306 +0000 UTC m=+31.159053711 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2121dc00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cf6c0 item 87 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284380): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284380): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284380): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284380): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284380): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.983277059 +0000 UTC m=+31.160350463 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284380): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cfab0 item 88 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.983824113 +0000 UTC m=+31.160897519 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284880): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284e00): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284e00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284e00): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284e00): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284e00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.983824113 +0000 UTC m=+31.160897519 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21284e00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cfc70 item 88 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.985188545 +0000 UTC m=+31.162261960 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285440): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285980): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285980): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285980): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217361c0 item 89 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285980): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285980): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.985618578 +0000 UTC m=+31.162691984 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285980): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736380 item 89 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.986177275 +0000 UTC m=+31.163250680 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21285ec0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6540): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6540): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6540): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6540): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6540): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.986177275 +0000 UTC m=+31.163250680 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6540): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736540 item 89 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.987415097 +0000 UTC m=+31.164488502 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b6b80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b70c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b70c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b70c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736e70 item 90 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b70c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b70c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.987812908 +0000 UTC m=+31.164886314 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b70c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217370a0 item 90 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.988330117 +0000 UTC m=+31.165403523 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7600): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7bc0): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7bc0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7bc0): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7bc0): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7bc0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.988330117 +0000 UTC m=+31.165403523 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d212b7bc0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217372d0 item 90 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.989474452 +0000 UTC m=+31.166547857 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e300): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e840): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e840): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e840): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737650 item 91 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e840): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e840): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.989980649 +0000 UTC m=+31.167054054 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130e840): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): >_readAt: n=2, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): _writeAt: size=3, off=7 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737810 item 91 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.990564464 +0000 UTC m=+31.167637869 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130ed80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f300): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f300): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f300): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f300): >_readAt: n=8, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f300): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.990564464 +0000 UTC m=+31.167637869 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f300): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737c70 item 91 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.991838785 +0000 UTC m=+31.168912209 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130f940): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130fe80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130fe80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130fe80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6310 item 92 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130fe80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130fe80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.992391079 +0000 UTC m=+31.169464534 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d2130fe80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): open at offset 5 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a64d0 item 92 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): _readAt: size=2, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): _writeAt: size=3, off=5 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): >_writeAt: n=3, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.992960186 +0000 UTC m=+31.170033592 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213244c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21324a80): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21324a80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21324a80): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21324a80): >_readAt: n=3, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21324a80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.992960186 +0000 UTC m=+31.170033592 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21324a80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6690 item 92 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.994243874 +0000 UTC m=+31.171317279 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d213250c0): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325600): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325600): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325600): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6b60 item 93 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325600): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325600): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.994686281 +0000 UTC m=+31.171759685 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325600): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325d00): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325d00): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325d00): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325d00): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325d00): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.994686281 +0000 UTC m=+31.171759685 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21325d00): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6d20 item 93 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.996161432 +0000 UTC m=+31.173234837 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340440): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340980): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340980): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340980): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a70a0 item 94 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340980): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340980): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.996827221 +0000 UTC m=+31.173900627 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21340980): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21341080): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21341080): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21341080): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21341080): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21341080): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.996827221 +0000 UTC m=+31.173900627 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21341080): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a7260 item 94 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): open at offset 0 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): _readAt: size=2, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): >_readAt: n=0, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.998378976 +0000 UTC m=+31.175452382 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714540): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714a80): _writeAt: size=5, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714a80): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714a80): >openPending: err= 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da3f0 item 95 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714a80): >_writeAt: n=5, err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714a80): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.998934387 +0000 UTC m=+31.176007792 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21714a80): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:52 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21715180): _readAt: size=512, off=0 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21715180): openPending: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21715180): >openPending: err= 2026/05/28 01:40:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21715180): >_readAt: n=5, err=EOF 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21715180): close: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:52.998934387 +0000 UTC m=+31.176007792 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:52 DEBUG : open-test-file(0x235d21715180): >close: err= 2026/05/28 01:40:52 DEBUG : open-test-file: Remove: 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da620 item 95 2026/05/28 01:40:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:52 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/28 01:40:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.000360504 +0000 UTC m=+31.177433910 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217157c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21715d00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21715d00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21715d00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da9a0 item 96 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21715d00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21715d00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.000887051 +0000 UTC m=+31.177960466 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21715d00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730500): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730500): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730500): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730500): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730500): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.000887051 +0000 UTC m=+31.177960466 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730500): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212dab60 item 96 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= 2026/05/28 01:40:53 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : >WaitForWriters: 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:53 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/28 01:40:53 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213412c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213412c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213412c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213412c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213412c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.006645845 +0000 UTC m=+31.183719250 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213412c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.006645845 +0000 UTC m=+31.183719250 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341740): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341c00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341c00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341c00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341c00): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341c00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.006645845 +0000 UTC m=+31.183719250 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21341c00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a7a40 item 1 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370340): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370340): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370340): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370340): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370340): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.008539075 +0000 UTC m=+31.185612501 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370340): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370840): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370840): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370840): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370840): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370840): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.008539075 +0000 UTC m=+31.185612501 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370840): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217420e0 item 2 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370e80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370e80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370e80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370e80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370e80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.009881926 +0000 UTC m=+31.186955361 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21370e80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.009881926 +0000 UTC m=+31.186955361 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371300): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213717c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213717c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213717c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213717c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213717c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.009881926 +0000 UTC m=+31.186955361 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213717c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217424d0 item 3 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371e40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371e40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371e40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371e40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371e40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.011657074 +0000 UTC m=+31.188730480 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21371e40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142c480): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142c480): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142c480): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142c480): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142c480): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.011657074 +0000 UTC m=+31.188730480 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142c480): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21742b60 item 4 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cac0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cac0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.012845772 +0000 UTC m=+31.189919177 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.012845772 +0000 UTC m=+31.189919177 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142cf40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142d400): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142d400): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142d400): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142d400): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142d400): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.012845772 +0000 UTC m=+31.189919177 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142d400): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217430a0 item 5 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142da80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142da80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142da80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142da80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142da80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.014667909 +0000 UTC m=+31.191741315 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2142da80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e0c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e0c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e0c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e0c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e0c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.014667909 +0000 UTC m=+31.191741315 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e0c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743570 item 6 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e740): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e740): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e740): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e740): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e740): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.015977767 +0000 UTC m=+31.193051172 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148e740): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.015977767 +0000 UTC m=+31.193051172 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148ec40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f100): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f100): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f100): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f100): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f100): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.015977767 +0000 UTC m=+31.193051172 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f100): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217438f0 item 7 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f780): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f780): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f780): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f780): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f780): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.01825809 +0000 UTC m=+31.195331526 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148f780): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148fcc0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148fcc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148fcc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148fcc0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148fcc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.01825809 +0000 UTC m=+31.195331526 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2148fcc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743dc0 item 8 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0380): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d214c0380): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0380): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0380): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0380): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0380): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0380): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0740): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0740): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0740): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0740): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0740): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.01992259 +0000 UTC m=+31.196996005 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0740): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.01992259 +0000 UTC m=+31.196996005 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c0bc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c10c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c10c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c10c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c10c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c10c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.01992259 +0000 UTC m=+31.196996005 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c10c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc3f0 item 9 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1740): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1740): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1740): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1740): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1740): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.021893628 +0000 UTC m=+31.198967032 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1740): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1c80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1c80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.021893628 +0000 UTC m=+31.198967032 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c1c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc930 item 10 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e23c0): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d214e23c0): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e23c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e23c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e23c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e23c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e23c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2780): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2780): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2780): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2780): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2780): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.023471343 +0000 UTC m=+31.200544748 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2780): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.023471343 +0000 UTC m=+31.200544748 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e2c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3180): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3180): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3180): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3180): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3180): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.023471343 +0000 UTC m=+31.200544748 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3180): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dcd90 item 11 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3800): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3800): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3800): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3800): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3800): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.025513055 +0000 UTC m=+31.202586460 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3800): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3d40): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3d40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3d40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3d40): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3d40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.025513055 +0000 UTC m=+31.202586460 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214e3d40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd2d0 item 12 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518480): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d21518480): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518480): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518480): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518480): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518480): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518480): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518840): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518840): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518840): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518840): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518840): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.027125033 +0000 UTC m=+31.204198439 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518840): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518f00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518f00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518f00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518f00): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518f00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.027125033 +0000 UTC m=+31.204198439 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21518f00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd650 item 13 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519580): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519580): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519580): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519580): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519580): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.028692739 +0000 UTC m=+31.205766195 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519580): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519ac0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519ac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519ac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519ac0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519ac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.028692739 +0000 UTC m=+31.205766195 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21519ac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd9d0 item 14 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538200): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d21538200): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538200): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538200): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538200): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538200): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215385c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215385c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215385c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215385c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215385c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.030345326 +0000 UTC m=+31.207418731 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215385c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538c80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538c80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.030345326 +0000 UTC m=+31.207418731 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21538c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b92000 item 15 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539300): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539300): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539300): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539300): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539300): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.031768718 +0000 UTC m=+31.208842123 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539300): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539840): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539840): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539840): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539840): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539840): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.031768718 +0000 UTC m=+31.208842123 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539840): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b92850 item 16 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539e80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539e80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539e80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539e80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539e80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.032965382 +0000 UTC m=+31.210038787 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21539e80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.032965382 +0000 UTC m=+31.210038787 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564400): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564900): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564900): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564900): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564900): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564900): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.032965382 +0000 UTC m=+31.210038787 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564900): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b92cb0 item 17 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564f80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564f80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564f80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564f80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564f80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.035005241 +0000 UTC m=+31.212078656 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21564f80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215654c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215654c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215654c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215654c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215654c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.035005241 +0000 UTC m=+31.212078656 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215654c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b937a0 item 18 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21565b40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21565b40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21565b40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21565b40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21565b40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.036464191 +0000 UTC m=+31.213537595 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21565b40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.036464191 +0000 UTC m=+31.213537595 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598140): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598640): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598640): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598640): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598640): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598640): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.036464191 +0000 UTC m=+31.213537595 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598640): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d211780e0 item 19 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598cc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598cc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598cc0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598cc0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598cc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.03816086 +0000 UTC m=+31.215234265 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21598cc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599200): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599200): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599200): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599200): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599200): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.03816086 +0000 UTC m=+31.215234265 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21178af0 item 20 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599880): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599880): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599880): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599880): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599880): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.039536973 +0000 UTC m=+31.216610378 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599880): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.039536973 +0000 UTC m=+31.216610378 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21599d80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2380): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2380): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2380): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2380): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2380): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.039536973 +0000 UTC m=+31.216610378 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2380): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21179960 item 21 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2a00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2a00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2a00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2a00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2a00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.041257448 +0000 UTC m=+31.218330853 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2a00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2f40): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2f40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2f40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2f40): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2f40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.041257448 +0000 UTC m=+31.218330853 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c2f40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d211847e0 item 22 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c35c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c35c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c35c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c35c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c35c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.04240065 +0000 UTC m=+31.219474056 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c35c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.04240065 +0000 UTC m=+31.219474056 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215c3ac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e20c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e20c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e20c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e20c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e20c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.04240065 +0000 UTC m=+31.219474056 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e20c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21185180 item 23 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2740): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2740): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2740): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2740): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2740): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.04458339 +0000 UTC m=+31.221656794 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2740): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2c80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2c80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.04458339 +0000 UTC m=+31.221656794 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e2c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b02380 item 24 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e32c0): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d215e32c0): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e32c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e32c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e32c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e32c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e32c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3680): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3680): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3680): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3680): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3680): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.046322169 +0000 UTC m=+31.223395574 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3680): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.046322169 +0000 UTC m=+31.223395574 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215e3b80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216061c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216061c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216061c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216061c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216061c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.046322169 +0000 UTC m=+31.223395574 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216061c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b02d20 item 25 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606840): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606840): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606840): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606840): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606840): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.048240998 +0000 UTC m=+31.225314473 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606840): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606d80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606d80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606d80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606d80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606d80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.048240998 +0000 UTC m=+31.225314473 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21606d80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b03b90 item 26 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216073c0): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d216073c0): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216073c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216073c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216073c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216073c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216073c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607780): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607780): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607780): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607780): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607780): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.049768728 +0000 UTC m=+31.226842134 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607780): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.049768728 +0000 UTC m=+31.226842134 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21607c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a2c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a2c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a2c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a2c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a2c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.049768728 +0000 UTC m=+31.226842134 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a2c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212ce380 item 27 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a940): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a940): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a940): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a940): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a940): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.051853231 +0000 UTC m=+31.228926636 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163a940): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163ae80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163ae80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163ae80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163ae80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163ae80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.051853231 +0000 UTC m=+31.228926636 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163ae80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212cecb0 item 28 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b4c0): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d2163b4c0): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b4c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b4c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b4c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b4c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b4c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b880): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b880): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b880): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b880): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b880): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.053748506 +0000 UTC m=+31.230821922 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2163b880): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662040): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662040): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662040): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662040): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662040): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.053748506 +0000 UTC m=+31.230821922 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662040): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212cf1f0 item 29 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216626c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216626c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216626c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216626c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216626c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.055259225 +0000 UTC m=+31.232332629 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216626c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662c00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662c00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662c00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662c00): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662c00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.055259225 +0000 UTC m=+31.232332629 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21662c00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212cfa40 item 30 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663240): _readAt: size=2, off=0 2026/05/28 01:40:53 ERROR : open-test-file(0x235d21663240): Couldn't read size of file 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663240): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663240): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663240): >_writeAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663240): close: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663240): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663600): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663600): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663600): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663600): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663600): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.056656297 +0000 UTC m=+31.233729702 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663600): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663cc0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663cc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663cc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663cc0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663cc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.056656297 +0000 UTC m=+31.233729702 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21663cc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132e1c0 item 31 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680440): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680440): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680440): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680440): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680440): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.057951086 +0000 UTC m=+31.235024491 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680440): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680980): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680980): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680980): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680980): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680980): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.057951086 +0000 UTC m=+31.235024491 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680980): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132e700 item 32 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680200): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680200): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680200): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680200): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680200): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.060722548 +0000 UTC m=+31.237795953 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132e230 item 33 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.061225471 +0000 UTC m=+31.238298875 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680680): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680d80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680d80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680d80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680d80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680d80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.061225471 +0000 UTC m=+31.238298875 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21680d80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132e540 item 33 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216813c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216813c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216813c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216813c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216813c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.062434367 +0000 UTC m=+31.239507773 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216813c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132ee00 item 34 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.062895279 +0000 UTC m=+31.239968684 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681840): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681d80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681d80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681d80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681d80): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681d80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.062895279 +0000 UTC m=+31.239968684 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21681d80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132f030 item 34 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217304c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217304c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217304c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217304c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217304c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.064056856 +0000 UTC m=+31.241130261 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217304c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132f3b0 item 35 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.064467042 +0000 UTC m=+31.241540446 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730940): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730e80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730e80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730e80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730e80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730e80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.064467042 +0000 UTC m=+31.241540446 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21730e80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132f570 item 35 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731500): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731500): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731500): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731500): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731500): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.065567494 +0000 UTC m=+31.242640899 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731500): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132fa40 item 36 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.066000212 +0000 UTC m=+31.243073617 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21731a00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c240): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c240): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c240): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c240): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c240): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.066000212 +0000 UTC m=+31.243073617 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c240): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2132fc00 item 36 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c880): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c880): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c880): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c880): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c880): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.067049387 +0000 UTC m=+31.244122792 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138c880): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184c2a0 item 37 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.067481203 +0000 UTC m=+31.244554609 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138cd00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d200): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d200): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d200): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d200): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d200): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.067481203 +0000 UTC m=+31.244554609 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184c460 item 37 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d880): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d880): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d880): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d880): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d880): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.068634897 +0000 UTC m=+31.245708302 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138d880): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184c7e0 item 38 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.069166241 +0000 UTC m=+31.246239646 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2138dd80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20dfef80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20dfef80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20dfef80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20dfef80): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20dfef80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.069166241 +0000 UTC m=+31.246239646 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20dfef80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184c9a0 item 38 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21014a00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21014a00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21014a00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21014a00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21014a00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.070379837 +0000 UTC m=+31.247453242 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21014a00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184cd20 item 39 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.070827484 +0000 UTC m=+31.247900889 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21015ac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1e640): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1e640): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1e640): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1e640): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1e640): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.070827484 +0000 UTC m=+31.247900889 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1e640): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184cfc0 item 39 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f340): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f340): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f340): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f340): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f340): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.071971047 +0000 UTC m=+31.249044453 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f340): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184d3b0 item 40 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.072501821 +0000 UTC m=+31.249575227 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20f1f980): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136100): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136100): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136100): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136100): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136100): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.072501821 +0000 UTC m=+31.249575227 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136100): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184d570 item 40 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.073533934 +0000 UTC m=+31.250607339 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136700): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136c00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136c00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136c00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184d8f0 item 41 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136c00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136c00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.073911919 +0000 UTC m=+31.250985324 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21136c00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184dab0 item 41 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): close: 2026/05/28 01:40:53 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:53 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.074361819 +0000 UTC m=+31.251435224 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137580): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137b40): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137b40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137b40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137b40): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137b40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.074361819 +0000 UTC m=+31.251435224 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21137b40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2184dd50 item 41 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.07543499 +0000 UTC m=+31.252508394 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de280): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de780): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de780): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de780): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182e5b0 item 42 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de780): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de780): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.07599563 +0000 UTC m=+31.253069036 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210de780): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182e7e0 item 42 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.076528498 +0000 UTC m=+31.253601902 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210decc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df2c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df2c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df2c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df2c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df2c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.076528498 +0000 UTC m=+31.253601902 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df2c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182ea80 item 42 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.077526506 +0000 UTC m=+31.254599911 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210df900): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210dfe00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210dfe00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210dfe00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182ee70 item 43 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210dfe00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210dfe00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.077981426 +0000 UTC m=+31.255054831 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210dfe00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f030 item 43 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.07845421 +0000 UTC m=+31.255527625 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092440): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092980): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092980): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092980): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092980): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092980): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.07845421 +0000 UTC m=+31.255527625 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092980): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f1f0 item 43 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.08010831 +0000 UTC m=+31.257181715 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21092fc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210934c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210934c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210934c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f570 item 44 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210934c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210934c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.080527263 +0000 UTC m=+31.257600667 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210934c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f730 item 44 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.080992943 +0000 UTC m=+31.258066348 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21093a00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e080): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e080): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e080): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e080): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e080): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.080992943 +0000 UTC m=+31.258066348 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e080): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182f9d0 item 44 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.082274548 +0000 UTC m=+31.259347953 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109e6c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109ebc0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109ebc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109ebc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2182fd50 item 45 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109ebc0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109ebc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.082694412 +0000 UTC m=+31.259767818 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109ebc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f2c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f2c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f2c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f2c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f2c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.082694412 +0000 UTC m=+31.259767818 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f2c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb4070 item 45 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.084006633 +0000 UTC m=+31.261080039 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109f900): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109fe00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109fe00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109fe00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb4930 item 46 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109fe00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109fe00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.084453079 +0000 UTC m=+31.261526484 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2109fe00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bc600): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bc600): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bc600): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bc600): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bc600): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.084453079 +0000 UTC m=+31.261526484 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bc600): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb4fc0 item 46 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.085705829 +0000 UTC m=+31.262779234 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bcc40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd140): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd140): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd140): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb5650 item 47 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd140): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd140): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.086274033 +0000 UTC m=+31.263347448 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd140): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd840): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd840): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd840): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd840): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd840): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.086274033 +0000 UTC m=+31.263347448 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bd840): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eb59d0 item 47 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.087476718 +0000 UTC m=+31.264550123 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210bde80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210ca480): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210ca480): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210ca480): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba000 item 48 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210ca480): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210ca480): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.087871825 +0000 UTC m=+31.264945230 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210ca480): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cab80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cab80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cab80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cab80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cab80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.087871825 +0000 UTC m=+31.264945230 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cab80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba4d0 item 48 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb1c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb1c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb1c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb1c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb1c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.089205388 +0000 UTC m=+31.266278794 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb1c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217ba930 item 49 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.089621446 +0000 UTC m=+31.266694851 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cb640): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cbb80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cbb80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cbb80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cbb80): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cbb80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.089621446 +0000 UTC m=+31.266694851 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210cbb80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217baaf0 item 49 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8300): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8300): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8300): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8300): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8300): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.090737386 +0000 UTC m=+31.267810792 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8300): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bae70 item 50 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.091268651 +0000 UTC m=+31.268342056 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8800): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8d80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8d80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8d80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8d80): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8d80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.091268651 +0000 UTC m=+31.268342056 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d8d80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb030 item 50 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9400): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9400): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9400): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9400): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9400): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.092380895 +0000 UTC m=+31.269454310 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9400): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb3b0 item 51 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.092964309 +0000 UTC m=+31.270037714 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9900): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9e40): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9e40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9e40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9e40): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9e40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.092964309 +0000 UTC m=+31.270037714 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d210d9e40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb570 item 51 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d85c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d85c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d85c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d85c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d85c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.094123752 +0000 UTC m=+31.271197157 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d85c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bb960 item 52 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.094596096 +0000 UTC m=+31.271669501 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d8ac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9040): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9040): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9040): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9040): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9040): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.094596096 +0000 UTC m=+31.271669501 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9040): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217bbce0 item 52 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d96c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d96c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d96c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d96c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d96c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.095861179 +0000 UTC m=+31.272934584 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d96c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fe1c0 item 53 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.096352919 +0000 UTC m=+31.273426324 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d211d9bc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212200): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212200): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212200): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212200): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212200): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.096352919 +0000 UTC m=+31.273426324 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fe460 item 53 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212880): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212880): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212880): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212880): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212880): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.097552799 +0000 UTC m=+31.274626204 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212880): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213fe9a0 item 54 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.098038508 +0000 UTC m=+31.275111912 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21212d80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213300): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213300): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213300): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213300): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213300): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.098038508 +0000 UTC m=+31.275111912 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213300): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213feb60 item 54 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213980): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213980): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213980): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213980): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213980): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.099217127 +0000 UTC m=+31.276290532 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213980): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213feee0 item 55 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.099697006 +0000 UTC m=+31.276770410 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21213e80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122e4c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122e4c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122e4c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122e4c0): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122e4c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.099697006 +0000 UTC m=+31.276770410 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122e4c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ff0a0 item 55 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122eb40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122eb40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122eb40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122eb40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122eb40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.100884932 +0000 UTC m=+31.277958336 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122eb40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ff420 item 56 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.101411007 +0000 UTC m=+31.278484412 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f040): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f5c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f5c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f5c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f5c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f5c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.101411007 +0000 UTC m=+31.278484412 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122f5c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ff5e0 item 56 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.102509766 +0000 UTC m=+31.279583170 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2122fc00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268240): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268240): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268240): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a000 item 57 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268240): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268240): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.102936573 +0000 UTC m=+31.280009977 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268240): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a1c0 item 57 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.103415118 +0000 UTC m=+31.280488523 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268780): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268d00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268d00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268d00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268d00): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268d00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.103415118 +0000 UTC m=+31.280488523 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21268d00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a4d0 item 57 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.104744132 +0000 UTC m=+31.281817537 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269340): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269880): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269880): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269880): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173a850 item 58 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269880): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269880): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.105179025 +0000 UTC m=+31.282252430 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269880): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173aa10 item 58 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.1057583 +0000 UTC m=+31.282831706 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21269dc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128a480): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128a480): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128a480): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128a480): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128a480): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.1057583 +0000 UTC m=+31.282831706 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128a480): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173abd0 item 58 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.106892346 +0000 UTC m=+31.283965751 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128aac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b000): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b000): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b000): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173af50 item 59 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b000): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b000): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.107322359 +0000 UTC m=+31.284395765 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b000): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b110 item 59 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.107910472 +0000 UTC m=+31.284983877 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128b540): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128bac0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128bac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128bac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128bac0): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128bac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.107910472 +0000 UTC m=+31.284983877 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2128bac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b2d0 item 59 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.10919937 +0000 UTC m=+31.286272775 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0740): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0740): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0740): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b650 item 60 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0740): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0740): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.109568999 +0000 UTC m=+31.286642404 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0740): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173b810 item 60 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.110098361 +0000 UTC m=+31.287171765 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b0c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1240): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1240): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1240): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1240): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1240): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.110098361 +0000 UTC m=+31.287171765 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1240): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d2173bb20 item 60 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.111434788 +0000 UTC m=+31.288508194 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748380): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748940): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748940): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748940): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eac620 item 61 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748940): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748940): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.111856075 +0000 UTC m=+31.288929480 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21748940): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749040): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749040): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749040): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749040): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749040): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.111856075 +0000 UTC m=+31.288929480 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749040): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eac8c0 item 61 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.113440813 +0000 UTC m=+31.290514218 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749680): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749bc0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749bc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749bc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20eadab0 item 62 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749bc0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749bc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.113830781 +0000 UTC m=+31.290904186 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21749bc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217623c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217623c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217623c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217623c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217623c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.113830781 +0000 UTC m=+31.290904186 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d217623c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e96310 item 62 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.115042693 +0000 UTC m=+31.292116099 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762a00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762f40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762f40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762f40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e97110 item 63 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762f40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762f40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.115450014 +0000 UTC m=+31.292523420 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21762f40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763640): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763640): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763640): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763640): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763640): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.115450014 +0000 UTC m=+31.292523420 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763640): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e97810 item 63 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): >_readAt: n=0, err=Bad file descriptor 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.116663911 +0000 UTC m=+31.293737316 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21763c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213182c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213182c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213182c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20e97dc0 item 64 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213182c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213182c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.117114933 +0000 UTC m=+31.294188338 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213182c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213189c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213189c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213189c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213189c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213189c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.117114933 +0000 UTC m=+31.294188338 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213189c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0c5b0 item 64 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319000): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319000): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319000): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319000): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319000): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.118413861 +0000 UTC m=+31.295487266 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319000): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0cb60 item 65 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.118822133 +0000 UTC m=+31.295895538 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319480): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319980): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319980): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319980): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319980): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319980): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.118822133 +0000 UTC m=+31.295895538 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21319980): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0d0a0 item 65 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c0c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c0c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c0c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c0c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c0c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.119951609 +0000 UTC m=+31.297025014 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c0c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0d880 item 66 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.120445464 +0000 UTC m=+31.297518869 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132c540): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132ca80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132ca80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132ca80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132ca80): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132ca80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.120445464 +0000 UTC m=+31.297518869 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132ca80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20f0da40 item 66 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d0c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d0c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d0c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d0c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d0c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.121667766 +0000 UTC m=+31.298741171 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d0c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce070 item 67 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.122164506 +0000 UTC m=+31.299237910 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132d540): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132da40): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132da40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132da40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132da40): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132da40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.122164506 +0000 UTC m=+31.299237910 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d2132da40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce230 item 67 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213461c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213461c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213461c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213461c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213461c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.123342764 +0000 UTC m=+31.300416170 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213461c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce690 item 68 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.123864781 +0000 UTC m=+31.300938187 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213466c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21346c00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21346c00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21346c00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21346c00): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21346c00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.123864781 +0000 UTC m=+31.300938187 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21346c00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce850 item 68 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21347240): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21347240): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21347240): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21347240): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21347240): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.125399746 +0000 UTC m=+31.302473171 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21347240): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215cecb0 item 69 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.126009108 +0000 UTC m=+31.303082524 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213476c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be6380): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be6380): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be6380): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be6380): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be6380): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.126009108 +0000 UTC m=+31.303082524 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be6380): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736000 item 69 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7100): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7100): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7100): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7100): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7100): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.12770169 +0000 UTC m=+31.304775095 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7100): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217363f0 item 70 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.128264294 +0000 UTC m=+31.305337699 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d20be7940): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0000): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0000): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0000): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0000): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0000): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.128264294 +0000 UTC m=+31.305337699 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0000): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217365b0 item 70 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0680): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0680): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0680): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0680): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0680): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.129786644 +0000 UTC m=+31.306860048 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0680): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21736ee0 item 71 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.130480517 +0000 UTC m=+31.307553921 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d0b80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1080): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1080): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1080): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1080): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1080): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.130480517 +0000 UTC m=+31.307553921 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1080): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737110 item 71 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1700): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1700): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1700): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1700): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1700): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.13171389 +0000 UTC m=+31.308787294 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1700): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737500 item 72 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.132386512 +0000 UTC m=+31.309459917 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213d1c00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa240): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa240): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa240): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa240): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa240): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.132386512 +0000 UTC m=+31.309459917 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa240): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217376c0 item 72 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.133557246 +0000 UTC m=+31.310630652 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fa800): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fad00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fad00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fad00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21737ce0 item 73 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fad00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fad00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.133965779 +0000 UTC m=+31.311039185 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fad00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da150 item 73 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.13490743 +0000 UTC m=+31.311980835 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb1c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb700): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb700): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb700): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb700): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb700): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.13490743 +0000 UTC m=+31.311980835 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fb700): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da3f0 item 73 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.136390766 +0000 UTC m=+31.313464172 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d213fbd40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428340): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428340): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428340): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da7e0 item 74 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428340): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428340): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.136841579 +0000 UTC m=+31.313914984 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428340): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212da9a0 item 74 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.137348469 +0000 UTC m=+31.314421873 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428880): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428e00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428e00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428e00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428e00): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428e00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.137348469 +0000 UTC m=+31.314421873 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21428e00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212dab60 item 74 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.1387765 +0000 UTC m=+31.315849925 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429440): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429940): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429940): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429940): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212daf50 item 75 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429940): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429940): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.139270915 +0000 UTC m=+31.316344340 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429940): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): _writeAt: size=3, off=2 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212db110 item 75 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.13984494 +0000 UTC m=+31.316918366 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21429e80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214644c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214644c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214644c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214644c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214644c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.13984494 +0000 UTC m=+31.316918366 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214644c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212db2d0 item 75 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.141426111 +0000 UTC m=+31.318499546 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21464b00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465000): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465000): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465000): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212db7a0 item 76 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465000): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465000): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.14192732 +0000 UTC m=+31.319000725 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465000): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212db9d0 item 76 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): _writeAt: size=3, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.142510172 +0000 UTC m=+31.319583607 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465540): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465ac0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465ac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465ac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465ac0): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465ac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.142510172 +0000 UTC m=+31.319583607 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21465ac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d212dbb90 item 76 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.143763192 +0000 UTC m=+31.320836597 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2700): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2700): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2700): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6150 item 77 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2700): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2700): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.144240746 +0000 UTC m=+31.321314151 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2700): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2e00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2e00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2e00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2e00): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2e00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.144240746 +0000 UTC m=+31.321314151 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a2e00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6310 item 77 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.145641746 +0000 UTC m=+31.322715151 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3440): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3940): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3940): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3940): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6690 item 78 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3940): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3940): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.146215792 +0000 UTC m=+31.323289197 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214a3940): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6140): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6140): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6140): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6140): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6140): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.146215792 +0000 UTC m=+31.323289197 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6140): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6850 item 78 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.14759406 +0000 UTC m=+31.324667465 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6780): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6c80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6c80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6c80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6d20 item 79 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6c80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6c80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.148026468 +0000 UTC m=+31.325099872 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c6c80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7380): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7380): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7380): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7380): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7380): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.148026468 +0000 UTC m=+31.325099872 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7380): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a6ee0 item 79 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.149256093 +0000 UTC m=+31.326329498 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c79c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7ec0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7ec0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7ec0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a7260 item 80 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7ec0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7ec0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.149671809 +0000 UTC m=+31.326745215 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214c7ec0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f06c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f06c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f06c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f06c0): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f06c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.149671809 +0000 UTC m=+31.326745215 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f06c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a7420 item 80 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f0d00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f0d00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f0d00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f0d00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f0d00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.150881388 +0000 UTC m=+31.327954792 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f0d00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a77a0 item 81 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.151380943 +0000 UTC m=+31.328454349 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f1180): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f16c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f16c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f16c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f16c0): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f16c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.151380943 +0000 UTC m=+31.328454349 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d214f16c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217a79d0 item 81 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b18c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b18c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b18c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b18c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b18c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.152630346 +0000 UTC m=+31.329703751 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b18c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21742070 item 82 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.153143598 +0000 UTC m=+31.330217003 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d212b1dc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586440): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586440): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586440): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586440): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586440): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.153143598 +0000 UTC m=+31.330217003 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586440): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217422a0 item 82 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586ac0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586ac0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586ac0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586ac0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586ac0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.15443488 +0000 UTC m=+31.331508285 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586ac0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21742620 item 83 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.154907013 +0000 UTC m=+31.331980418 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21586fc0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587500): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587500): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587500): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587500): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587500): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.154907013 +0000 UTC m=+31.331980418 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587500): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217427e0 item 83 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587b80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587b80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587b80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587b80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587b80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.15611061 +0000 UTC m=+31.333184015 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21587b80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21742e00 item 84 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.15652807 +0000 UTC m=+31.333601474 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8180): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8700): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8700): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8700): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8700): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8700): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.15652807 +0000 UTC m=+31.333601474 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8700): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217430a0 item 84 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8d80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8d80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8d80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8d80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8d80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.157600388 +0000 UTC m=+31.334673794 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b8d80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743420 item 85 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.158312374 +0000 UTC m=+31.335385780 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9280): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b97c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b97c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b97c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b97c0): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b97c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.158312374 +0000 UTC m=+31.335385780 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b97c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d217435e0 item 85 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9e40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9e40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9e40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9e40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9e40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.159401285 +0000 UTC m=+31.336474690 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215b9e40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743960 item 86 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.159889479 +0000 UTC m=+31.336962884 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d6440): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d69c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d69c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d69c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d69c0): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d69c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.159889479 +0000 UTC m=+31.336962884 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d69c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21743b20 item 86 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7040): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7040): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7040): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7040): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7040): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.160981283 +0000 UTC m=+31.338054689 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7040): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc000 item 87 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.161447484 +0000 UTC m=+31.338520890 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7540): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7a80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7a80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7a80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7a80): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7a80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.161447484 +0000 UTC m=+31.338520890 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215d7a80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc310 item 87 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc200): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc200): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc200): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc200): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc200): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.162532387 +0000 UTC m=+31.339605792 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc200): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc690 item 88 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.163091656 +0000 UTC m=+31.340165061 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fc700): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fcc80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fcc80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fcc80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fcc80): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fcc80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.163091656 +0000 UTC m=+31.340165061 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fcc80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dc850 item 88 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.16457427 +0000 UTC m=+31.341647685 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd2c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd800): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd800): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd800): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dcd20 item 89 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd800): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd800): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.165117667 +0000 UTC m=+31.342191082 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fd800): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dcf50 item 89 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.165771836 +0000 UTC m=+31.342845240 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d215fdd40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216323c0): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216323c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216323c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216323c0): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216323c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.165771836 +0000 UTC m=+31.342845240 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216323c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd110 item 89 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.167300227 +0000 UTC m=+31.344373632 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632a00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632f40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632f40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632f40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd490 item 90 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632f40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632f40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.167701345 +0000 UTC m=+31.344774750 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21632f40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd650 item 90 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.168208274 +0000 UTC m=+31.345281680 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633480): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633a40): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633a40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633a40): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633a40): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633a40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.168208274 +0000 UTC m=+31.345281680 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21633a40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213dd810 item 90 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.169322652 +0000 UTC m=+31.346396057 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658180): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216586c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216586c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216586c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d213ddce0 item 91 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216586c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216586c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.169718111 +0000 UTC m=+31.346791516 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216586c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): >_readAt: n=2, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): _writeAt: size=3, off=7 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b92000 item 91 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.170327624 +0000 UTC m=+31.347401029 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21658c00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659180): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659180): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659180): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659180): >_readAt: n=8, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659180): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.170327624 +0000 UTC m=+31.347401029 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659180): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b925b0 item 91 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.171797965 +0000 UTC m=+31.348871370 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216597c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659d00): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659d00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659d00): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b92a10 item 92 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659d00): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659d00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.172479193 +0000 UTC m=+31.349552598 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21659d00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): open at offset 5 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b92cb0 item 92 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): _readAt: size=2, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): _writeAt: size=3, off=5 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): >_writeAt: n=3, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.173281271 +0000 UTC m=+31.350354676 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698340): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698900): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698900): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698900): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698900): >_readAt: n=3, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698900): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.173281271 +0000 UTC m=+31.350354676 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698900): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b93260 item 92 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.174754147 +0000 UTC m=+31.351827562 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21698f40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699480): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699480): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699480): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b93880 item 93 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699480): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699480): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.175285242 +0000 UTC m=+31.352358647 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699480): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699b80): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699b80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699b80): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699b80): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699b80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.175285242 +0000 UTC m=+31.352358647 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d21699b80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d20b93dc0 item 93 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.176824383 +0000 UTC m=+31.353897818 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba2c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba800): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba800): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba800): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21178690 item 94 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba800): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba800): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.177390083 +0000 UTC m=+31.354463509 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216ba800): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216baf00): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216baf00): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216baf00): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216baf00): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216baf00): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.177390083 +0000 UTC m=+31.354463509 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216baf00): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21178a10 item 94 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.178829987 +0000 UTC m=+31.355903393 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bb540): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bba80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bba80): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bba80): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21179570 item 95 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bba80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bba80): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.179417689 +0000 UTC m=+31.356491093 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216bba80): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8280): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8280): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8280): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8280): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8280): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.179417689 +0000 UTC m=+31.356491093 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8280): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d21184000 item 95 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 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/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): open at offset 0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): _readAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): >_readAt: n=0, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.182633682 +0000 UTC m=+31.359707087 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d88c0): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8a40): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8a40): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8a40): >openPending: err= 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce070 item 96 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8a40): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8a40): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.183165849 +0000 UTC m=+31.360239275 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d8a40): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/28 01:40:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/28 01:40:53 DEBUG : open-test-file: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d9140): _readAt: size=512, off=0 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d9140): openPending: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d9140): >openPending: err= 2026/05/28 01:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d9140): >_readAt: n=5, err=EOF 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d9140): close: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-28 01:40:53.183165849 +0000 UTC m=+31.360239275 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : open-test-file(0x235d216d9140): >close: err= 2026/05/28 01:40:53 DEBUG : open-test-file: Remove: 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x235d215ce230 item 96 2026/05/28 01:40:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/28 01:40:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/28 01:40:53 DEBUG : open-test-file: >Remove: err= 2026/05/28 01:40:53 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : >WaitForWriters: 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.43s) --- PASS: TestRWFileHandleOpenTests/writes (0.25s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:53 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : file1: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): openPending: 2026/05/28 01:40:53 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): >openPending: err= 2026/05/28 01:40:53 DEBUG : file1: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:53 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/28 01:40:53 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): _writeAt: size=2, off=0 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): >_writeAt: n=2, err= 2026/05/28 01:40:53 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): RWFileHandle.Flush 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): RWFileHandle.Release 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): close: 2026/05/28 01:40:53 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/28 01:40:53 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : file1(0x235d20dff980): >close: err= 2026/05/28 01:40:53 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : file1: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : file1: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : file1: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : file1: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:53 DEBUG : file1: vfs cache: starting upload 2026/05/28 01:40:53 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1.a0a9169e.partial" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1.a0a9169e.partial 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1.a0a9169e.partial" 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : file1: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ginibeq4bahi/file1.a0a9169e.partial 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:53 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/28 01:40:53 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/28 01:40:53 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/28 01:40:53 INFO : file1: Copied (new) 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:53 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:53 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:53 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/28 01:40:53 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/28 01:40:53 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/28 01:40:53 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:40:53 INFO : file1: vfs cache: upload succeeded try #1 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : file1: reading active writers 2026/05/28 01:40:53 DEBUG : >WaitForWriters: 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:53 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:53 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/28 01:40:53 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : file1: reading active writers 2026/05/28 01:40:53 DEBUG : >WaitForWriters: 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:53 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:53 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:40:53 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:53 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:40:53 DEBUG : rename_me: newRWFileHandle: 2026/05/28 01:40:53 DEBUG : rename_me(0x235d20f1ec80): openPending: 2026/05/28 01:40:53 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/28 01:40:53 DEBUG : rename_me(0x235d20f1ec80): >openPending: err= 2026/05/28 01:40:53 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/28 01:40:53 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/28 01:40:53 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/28 01:40:53 DEBUG : rename_me(0x235d20f1ec80): _writeAt: size=5, off=0 2026/05/28 01:40:53 DEBUG : rename_me(0x235d20f1ec80): >_writeAt: n=5, err= 2026/05/28 01:40:53 DEBUG : rename_me(0x235d20f1ec80): close: 2026/05/28 01:40:53 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-28 01:40:53.707759938 +0000 UTC m=+31.884833353 2026/05/28 01:40:53 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/28 01:40:53 DEBUG : rename_me(0x235d20f1ec80): >close: err= 2026/05/28 01:40:53 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/28 01:40:53 DEBUG : i_was_renamed: Updating file with 0x235d211f4ea0 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/28 01:40:53 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/28 01:40:53 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : i_was_renamed: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/28 01:40:53 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:53 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-ginibeq4bahi/dir/file1: no such file or directory 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : i_was_renamed: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : i_was_renamed: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : i_was_renamed: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/28 01:40:53 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/28 01:40:53 DEBUG : i_was_renamed.d4d32927.partial: size = 5 OK 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/i_was_renamed.d4d32927.partial" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/i_was_renamed.d4d32927.partial 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/i_was_renamed.d4d32927.partial" 2026/05/28 01:40:53 DEBUG : Looking for writers 2026/05/28 01:40:53 DEBUG : i_was_renamed: reading active writers 2026/05/28 01:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/i_was_renamed.d4d32927.partial 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:53 DEBUG : i_was_renamed.d4d32927.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:53 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:40:53 DEBUG : i_was_renamed.d4d32927.partial: renamed to: i_was_renamed 2026/05/28 01:40:53 INFO : i_was_renamed: Copied (new) 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/i_was_renamed" 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/i_was_renamed 2026/05/28 01:40:53 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/i_was_renamed" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/i_was_renamed 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:54 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:40:54 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-28 01:40:53 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/28 01:40:54 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/28 01:40:54 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/28 01:40:54 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/28 01:40:54 DEBUG : Looking for writers 2026/05/28 01:40:54 DEBUG : i_was_renamed: reading active writers 2026/05/28 01:40:54 DEBUG : >WaitForWriters: 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:54 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/28 01:40:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ginibeq4bahi" 2026/05/28 01:40:54 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:54 DEBUG : forgetting directory cache 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d2138cc80): _readAt: size=512, off=0 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d2138cc80): openPending: 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-28 00:41:54 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/28 01:40:54 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d2138cc80): >openPending: err= 2026/05/28 01:40:54 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d2138cc80): >_readAt: n=20, err=EOF 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d2138cc80): close: 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:41:54 +0000 UTC 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d2138cc80): >close: err= 2026/05/28 01:40:54 DEBUG : Re-reading directory (102.92065ms old) 2026/05/28 01:40:54 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/28 01:40:54 DEBUG : forgetting directory cache 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d21136940): _readAt: size=512, off=0 2026/05/28 01:40:54 DEBUG : TestRWCacheUpdate(0x235d21136940): openPending: 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:54 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-28 00:42:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-28 00:41:54 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-28 00:42:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-28 00:41:54 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/28 01:40:55 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/28 01:40:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d21136940): >openPending: err= 2026/05/28 01:40:55 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d21136940): >_readAt: n=20, err=EOF 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d21136940): close: 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:42:54 +0000 UTC 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d21136940): >close: err= 2026/05/28 01:40:55 DEBUG : Re-reading directory (100.119301ms old) 2026/05/28 01:40:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/28 01:40:55 DEBUG : forgetting directory cache 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d2138d740): _readAt: size=512, off=0 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d2138d740): openPending: 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-28 00:43:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-28 00:42:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-28 00:43:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-28 00:42:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/28 01:40:55 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/28 01:40:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d2138d740): >openPending: err= 2026/05/28 01:40:55 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d2138d740): >_readAt: n=20, err=EOF 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d2138d740): close: 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:43:54 +0000 UTC 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d2138d740): >close: err= 2026/05/28 01:40:55 DEBUG : Re-reading directory (100.780661ms old) 2026/05/28 01:40:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : forgetting directory cache 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d211376c0): _readAt: size=512, off=0 2026/05/28 01:40:55 DEBUG : TestRWCacheUpdate(0x235d211376c0): openPending: 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:55 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-28 00:44:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-28 00:43:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-28 00:44:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-28 00:43:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/28 01:40:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/28 01:40:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d211376c0): >openPending: err= 2026/05/28 01:40:56 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d211376c0): >_readAt: n=20, err=EOF 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d211376c0): close: 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:44:54 +0000 UTC 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d211376c0): >close: err= 2026/05/28 01:40:56 DEBUG : Re-reading directory (101.416205ms old) 2026/05/28 01:40:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/28 01:40:56 DEBUG : forgetting directory cache 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d21748e00): _readAt: size=512, off=0 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d21748e00): openPending: 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-28 00:45:54 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-28 00:44:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-28 00:45:54 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-28 00:44:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/28 01:40:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/28 01:40:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d21748e00): >openPending: err= 2026/05/28 01:40:56 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d21748e00): >_readAt: n=20, err=EOF 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d21748e00): close: 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:45:54 +0000 UTC 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d21748e00): >close: err= 2026/05/28 01:40:56 DEBUG : Re-reading directory (102.515093ms old) 2026/05/28 01:40:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/28 01:40:56 DEBUG : forgetting directory cache 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d213cc840): _readAt: size=512, off=0 2026/05/28 01:40:56 DEBUG : TestRWCacheUpdate(0x235d213cc840): openPending: 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:56 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-28 00:46:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-28 00:45:54 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-28 00:46:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-28 00:45:54 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/28 01:40:57 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/28 01:40:57 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cc840): >openPending: err= 2026/05/28 01:40:57 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cc840): >_readAt: n=20, err=EOF 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cc840): close: 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:46:54 +0000 UTC 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cc840): >close: err= 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : forgetting directory cache 2026/05/28 01:40:57 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cd1c0): _readAt: size=512, off=0 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cd1c0): openPending: 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-28 00:47:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-28 00:46:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-28 00:47:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-28 00:46:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/28 01:40:57 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/28 01:40:57 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cd1c0): >openPending: err= 2026/05/28 01:40:57 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cd1c0): >_readAt: n=21, err=EOF 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cd1c0): close: 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:47:54 +0000 UTC 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cd1c0): >close: err= 2026/05/28 01:40:57 DEBUG : Re-reading directory (100.45677ms old) 2026/05/28 01:40:57 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/28 01:40:57 DEBUG : forgetting directory cache 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cdc80): _readAt: size=512, off=0 2026/05/28 01:40:57 DEBUG : TestRWCacheUpdate(0x235d213cdc80): openPending: 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:57 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-28 00:48:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-28 00:47:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-28 00:48:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-28 00:47:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/28 01:40:58 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/28 01:40:58 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d213cdc80): >openPending: err= 2026/05/28 01:40:58 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d213cdc80): >_readAt: n=22, err=EOF 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d213cdc80): close: 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:48:54 +0000 UTC 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d213cdc80): >close: err= 2026/05/28 01:40:58 DEBUG : Re-reading directory (101.100235ms old) 2026/05/28 01:40:58 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/28 01:40:58 DEBUG : forgetting directory cache 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d217498c0): _readAt: size=512, off=0 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d217498c0): openPending: 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-28 00:49:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-28 00:48:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-28 00:49:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-28 00:48:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/28 01:40:58 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/28 01:40:58 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d217498c0): >openPending: err= 2026/05/28 01:40:58 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d217498c0): >_readAt: n=23, err=EOF 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d217498c0): close: 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:49:54 +0000 UTC 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d217498c0): >close: err= 2026/05/28 01:40:58 DEBUG : Re-reading directory (104.000904ms old) 2026/05/28 01:40:58 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/28 01:40:58 DEBUG : forgetting directory cache 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d210df700): _readAt: size=512, off=0 2026/05/28 01:40:58 DEBUG : TestRWCacheUpdate(0x235d210df700): openPending: 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:58 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/TestRWCacheUpdate" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-ginibeq4bahi/TestRWCacheUpdate 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-28 00:50:54 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-28 00:49:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-28 00:50:54 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-28 00:49:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/28 01:40:59 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/28 01:40:59 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate(0x235d210df700): >openPending: err= 2026/05/28 01:40:59 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate(0x235d210df700): >_readAt: n=24, err=EOF 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate(0x235d210df700): close: 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-28 00:50:54 +0000 UTC 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate(0x235d210df700): >close: err= 2026/05/28 01:40:59 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:40:59 DEBUG : Looking for writers 2026/05/28 01:40:59 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/28 01:40:59 DEBUG : >WaitForWriters: 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.04s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : forgetting directory cache 2026/05/28 01:40:59 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/28 01:40:59 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:59 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:40:59 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:59 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:40:59 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:40:59 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:40:59 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:59 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/28 01:40:59 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:59 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:40:59 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:40:59 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:40:59 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:59 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/28 01:40:59 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:59 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:40:59 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:40:59 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:40:59 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:59 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:59 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:59 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/28 01:40:59 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/28 01:40:59 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/28 01:40:59 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:59 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/28 01:40:59 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:40:59 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/28 01:40:59 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/28 01:40:59 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/28 01:40:59 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:40:59 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:40:59 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:40:59 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/FiLeA" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-ginibeq4bahi/FiLeA 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/28 01:41:00 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/28 01:41:00 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/28 01:41:00 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FiLeB" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ginibeq4bahi/FiLeB 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/28 01:41:00 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/28 01:41:00 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/28 01:41:00 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/FilEb" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-ginibeq4bahi/FilEb 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/28 01:41:00 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/28 01:41:00 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/28 01:41:00 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/28 01:41:00 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/28 01:41:00 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:00 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:00 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:00 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/28 01:41:00 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/28 01:41:00 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/28 01:41:00 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/28 01:41:00 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/28 01:41:00 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:00 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:00 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:00 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:00 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:00 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:00 DEBUG : Looking for writers 2026/05/28 01:41:00 DEBUG : FiLeB: reading active writers 2026/05/28 01:41:00 DEBUG : FilEb: reading active writers 2026/05/28 01:41:00 DEBUG : FiLeA: reading active writers 2026/05/28 01:41:00 DEBUG : >WaitForWriters: 2026/05/28 01:41:00 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:00 DEBUG : Looking for writers 2026/05/28 01:41:00 DEBUG : FilEb: reading active writers 2026/05/28 01:41:00 DEBUG : FiLeA: reading active writers 2026/05/28 01:41:00 DEBUG : FiLeB: reading active writers 2026/05/28 01:41:00 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.60s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/normal name with no special characters.txt" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/normal\ name\ with\ no\ special\ characters.txt 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/normal\ name\ with\ no\ special\ characters.txt" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ginibeq4bahi/normal name with no special characters.txt 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/normal name with no special characters.txt" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/normal\ name\ with\ no\ special\ characters.txt 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/normal\ name\ with\ no\ special\ characters.txt" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-ginibeq4bahi/normal name with no special characters.txt 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/測試_Русский___ě_áñ" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:00 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/測試_Русский___ě_áñ" 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ 2026/05/28 01:41:00 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/28 01:41:01 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/normal name with no special characters.txt" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/normal\ name\ with\ no\ special\ characters.txt 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/normal\ name\ with\ no\ special\ characters.txt" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ginibeq4bahi/normal name with no special characters.txt 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/測試_Русский___ě_áñ" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ginibeq4bahi/測試_Русский___ě_áñ 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:01 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:01 DEBUG : Looking for writers 2026/05/28 01:41:01 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/28 01:41:01 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/28 01:41:01 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.62s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:01 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Reusing VFS from active cache 2026/05/28 01:41:01 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:01 DEBUG : Looking for writers 2026/05/28 01:41:01 DEBUG : >WaitForWriters: 2026/05/28 01:41:01 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:01 DEBUG : Looking for writers 2026/05/28 01:41:01 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:01 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:01 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:01 DEBUG : Looking for writers 2026/05/28 01:41:01 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:01 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:01 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:01 DEBUG : Looking for writers 2026/05/28 01:41:01 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:01 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/28 01:41:01 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:01 DEBUG : dir: Looking for writers 2026/05/28 01:41:01 DEBUG : file2: reading active writers 2026/05/28 01:41:01 DEBUG : Looking for writers 2026/05/28 01:41:01 DEBUG : dir: reading active writers 2026/05/28 01:41:01 DEBUG : file1: reading active writers 2026/05/28 01:41:01 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.43s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:01 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:01 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:01 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/28 01:41:02 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:02 DEBUG : dir: Looking for writers 2026/05/28 01:41:02 DEBUG : Looking for writers 2026/05/28 01:41:02 DEBUG : dir: reading active writers 2026/05/28 01:41:02 DEBUG : file1: reading active writers 2026/05/28 01:41:02 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.36s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:02 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/28 01:41:02 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:02 DEBUG : file1: Open: flags=O_RDONLY 2026/05/28 01:41:02 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/28 01:41:02 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/28 01:41:02 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:02 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:02 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/28 01:41:02 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/new_file.txt" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/new_file.txt 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/new_file.txt" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/dir/new_file.txt 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/28 01:41:02 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/28 01:41:02 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/28 01:41:02 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:02 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/28 01:41:02 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:02 DEBUG : dir: Looking for writers 2026/05/28 01:41:02 DEBUG : new_file.txt: reading active writers 2026/05/28 01:41:02 DEBUG : file2: reading active writers 2026/05/28 01:41:02 DEBUG : Looking for writers 2026/05/28 01:41:02 DEBUG : dir: reading active writers 2026/05/28 01:41:02 DEBUG : file1: reading active writers 2026/05/28 01:41:02 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.47s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:02 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file2" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ginibeq4bahi/dir/file2 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/28 01:41:02 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/28 01:41:02 DEBUG : dir/file1: Updating file with dir/file1 0x235d2123b5f0 2026/05/28 01:41:02 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/28 01:41:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/dir/file1" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ginibeq4bahi/dir/file1 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:02 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/28 01:41:02 INFO : dir/file1: Moved (server-side) to: file0 2026/05/28 01:41:02 DEBUG : file0: Updating file with file0 0x235d2123b5f0 2026/05/28 01:41:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/28 01:41:02 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file0" 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file0 2026/05/28 01:41:02 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file0" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ginibeq4bahi/file0 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:03 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file0" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file0 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file0" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ginibeq4bahi/file0 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:03 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/28 01:41:03 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:03 DEBUG : dir: Looking for writers 2026/05/28 01:41:03 DEBUG : Looking for writers 2026/05/28 01:41:03 DEBUG : file0: reading active writers 2026/05/28 01:41:03 DEBUG : dir: reading active writers 2026/05/28 01:41:03 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:03 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Server has VFS statistics extension 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: About path "/rclone-test-ginibeq4bahi" 2026/05/28 01:41:03 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:03 DEBUG : Looking for writers 2026/05/28 01:41:03 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:03 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: 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/28 01:41:03 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: 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/28 01:41:03 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:03 DEBUG : Looking for writers 2026/05/28 01:41:03 DEBUG : a: Looking for writers 2026/05/28 01:41:03 DEBUG : b: Looking for writers 2026/05/28 01:41:03 DEBUG : c: Looking for writers 2026/05/28 01:41:03 DEBUG : d: Looking for writers 2026/05/28 01:41:03 DEBUG : Looking for writers 2026/05/28 01:41:03 DEBUG : /: reading active writers 2026/05/28 01:41:03 DEBUG : a: reading active writers 2026/05/28 01:41:03 DEBUG : b: reading active writers 2026/05/28 01:41:03 DEBUG : c: reading active writers 2026/05/28 01:41:03 DEBUG : d: reading active writers 2026/05/28 01:41:03 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:03 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/28 01:41:03 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/28 01:41:03 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/28 01:41:03 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/28 01:41:03 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:03 DEBUG : a/b/c/d: Looking for writers 2026/05/28 01:41:03 DEBUG : a/b/c: Looking for writers 2026/05/28 01:41:03 DEBUG : d: reading active writers 2026/05/28 01:41:03 DEBUG : a/b: Looking for writers 2026/05/28 01:41:03 DEBUG : c: reading active writers 2026/05/28 01:41:03 DEBUG : a: Looking for writers 2026/05/28 01:41:03 DEBUG : b: reading active writers 2026/05/28 01:41:03 DEBUG : Looking for writers 2026/05/28 01:41:03 DEBUG : a: reading active writers 2026/05/28 01:41:03 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-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:03 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:03 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:03 DEBUG : Looking for writers 2026/05/28 01:41:03 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-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:03 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/28 01:41:03 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/28 01:41:03 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/28 01:41:03 DEBUG : file1: size = 5 OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:03 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:41:03 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:41:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:03 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:03 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/28 01:41:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:03 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/28 01:41:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/28 01:41:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/28 01:41:03 DEBUG : file1: size = 0 OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:03 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:41:03 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/28 01:41:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/28 01:41:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (7 bytes), uploading instead of streaming 2026/05/28 01:41:03 DEBUG : file1: size = 7 OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:03 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:03 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/28 01:41:03 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/28 01:41:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:03 DEBUG : Looking for writers 2026/05/28 01:41:03 DEBUG : file1: reading active writers 2026/05/28 01:41:03 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.47s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:03 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:03 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/28 01:41:04 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/28 01:41:04 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/28 01:41:04 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (11 bytes), uploading instead of streaming 2026/05/28 01:41:04 DEBUG : file1: size = 11 OK 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:04 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:41:04 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/28 01:41:04 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:04 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/28 01:41:04 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/28 01:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:05 DEBUG : Looking for writers 2026/05/28 01:41:05 DEBUG : file1: reading active writers 2026/05/28 01:41:05 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:05 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/28 01:41:05 DEBUG : file1: size = 5 OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/28 01:41:05 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/28 01:41:05 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/28 01:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:05 DEBUG : Looking for writers 2026/05/28 01:41:05 DEBUG : file1: reading active writers 2026/05/28 01:41:05 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:05 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : file1: WriteFileHandle.Release closing 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/28 01:41:05 DEBUG : file1: size = 0 OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:41:05 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/28 01:41:05 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/28 01:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:05 DEBUG : Looking for writers 2026/05/28 01:41:05 DEBUG : file1: reading active writers 2026/05/28 01:41:05 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:05 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (2 bytes), uploading instead of streaming 2026/05/28 01:41:05 DEBUG : file1: size = 2 OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/28 01:41:05 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/28 01:41:05 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:05 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:05 DEBUG : Looking for writers 2026/05/28 01:41:05 DEBUG : file1: reading active writers 2026/05/28 01:41:05 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:05 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/28 01:41:05 DEBUG : file1: size = 0 OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/28 01:41:05 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/28 01:41:05 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:41:05 DEBUG : file1: Open: flags=O_RDONLY 2026/05/28 01:41:05 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/28 01:41:05 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/28 01:41:05 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:05 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:05 DEBUG : Looking for writers 2026/05/28 01:41:05 DEBUG : file1: reading active writers 2026/05/28 01:41:05 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:05 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/28 01:41:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: File to upload is small (100 bytes), uploading instead of streaming 2026/05/28 01:41:05 DEBUG : file1: size = 100 OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/file1" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: e4cc67ec5fd30ed665f137637ff8293c /rclone-test-ginibeq4bahi/file1 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : file1: Parsed hash: e4cc67ec5fd30ed665f137637ff8293c 2026/05/28 01:41:05 DEBUG : file1: md5 = e4cc67ec5fd30ed665f137637ff8293c OK 2026/05/28 01:41:05 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/28 01:41:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/28 01:41:05 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/28 01:41:05 DEBUG : file1: Open: flags=O_RDONLY 2026/05/28 01:41:05 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/28 01:41:05 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/28 01:41:05 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:05 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:05 DEBUG : Looking for writers 2026/05/28 01:41:05 DEBUG : file1: reading active writers 2026/05/28 01:41:05 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:05 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f000.txt" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f000.txt 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f000.txt" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-ginibeq4bahi/flat/f000.txt 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f000.txt" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/flat/f000.txt 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/flat/f000.txt" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-ginibeq4bahi/flat/f000.txt 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:05 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f001.txt" 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f001.txt 2026/05/28 01:41:05 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f001.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-ginibeq4bahi/flat/f001.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f001.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/flat/f001.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/flat/f001.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-ginibeq4bahi/flat/f001.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f002.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f002.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f002.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-ginibeq4bahi/flat/f002.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f002.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/flat/f002.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/flat/f002.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-ginibeq4bahi/flat/f002.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f003.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f003.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f003.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-ginibeq4bahi/flat/f003.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f003.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/flat/f003.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/flat/f003.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-ginibeq4bahi/flat/f003.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f004.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f004.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f004.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-ginibeq4bahi/flat/f004.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f004.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: sha1sum /rclone-test-ginibeq4bahi/flat/f004.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ginibeq4bahi/flat/f004.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-ginibeq4bahi/flat/f004.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/28 01:41:06 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/28 01:41:06 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/28 01:41:06 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:06 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f000.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f000.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f000.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-ginibeq4bahi/flat/f000.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/28 01:41:06 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/28 01:41:06 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/28 01:41:06 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:06 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f001.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f001.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f001.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-ginibeq4bahi/flat/f001.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:06 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/28 01:41:06 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/28 01:41:06 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/28 01:41:06 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:06 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f002.txt" 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f002.txt 2026/05/28 01:41:06 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f002.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-ginibeq4bahi/flat/f002.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:07 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/28 01:41:07 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/28 01:41:07 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/28 01:41:07 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:07 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f003.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f003.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f003.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-ginibeq4bahi/flat/f003.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:07 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/28 01:41:07 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/28 01:41:07 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/28 01:41:07 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:07 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/flat/f004.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/flat/f004.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/flat/f004.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-ginibeq4bahi/flat/f004.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:07 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/28 01:41:07 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:07 DEBUG : flat: Looking for writers 2026/05/28 01:41:07 DEBUG : f000.txt: reading active writers 2026/05/28 01:41:07 DEBUG : f001.txt: reading active writers 2026/05/28 01:41:07 DEBUG : f002.txt: reading active writers 2026/05/28 01:41:07 DEBUG : f003.txt: reading active writers 2026/05/28 01:41:07 DEBUG : f004.txt: reading active writers 2026/05/28 01:41:07 DEBUG : Looking for writers 2026/05/28 01:41:07 DEBUG : flat: reading active writers 2026/05/28 01:41:07 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.53s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:07 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:07 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/28 01:41:07 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/28 01:41:07 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:07 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/a/b/c/deep.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/a/b/c/deep.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/a/b/c/deep.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-ginibeq4bahi/a/b/c/deep.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:07 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/28 01:41:07 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/28 01:41:07 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/28 01:41:07 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:07 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/a/b/mid.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/a/b/mid.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/a/b/mid.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-ginibeq4bahi/a/b/mid.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:07 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/28 01:41:07 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/28 01:41:07 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/28 01:41:07 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:07 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/a/top.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/a/top.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/a/top.txt" 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-ginibeq4bahi/a/top.txt 2026/05/28 01:41:07 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:07 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/28 01:41:07 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:07 DEBUG : a/b/c: Looking for writers 2026/05/28 01:41:07 DEBUG : deep.txt: reading active writers 2026/05/28 01:41:07 DEBUG : a/b: Looking for writers 2026/05/28 01:41:07 DEBUG : mid.txt: reading active writers 2026/05/28 01:41:07 DEBUG : c: reading active writers 2026/05/28 01:41:07 DEBUG : a: Looking for writers 2026/05/28 01:41:07 DEBUG : b: reading active writers 2026/05/28 01:41:07 DEBUG : top.txt: reading active writers 2026/05/28 01:41:07 DEBUG : Looking for writers 2026/05/28 01:41:07 DEBUG : a: reading active writers 2026/05/28 01:41:07 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:07 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:07 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/bigdir/big.bin" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/bigdir/big.bin 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/bigdir/big.bin" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: ca6ff90a4ac419c43bde292ce58c5b2a /rclone-test-ginibeq4bahi/bigdir/big.bin 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:08 DEBUG : bigdir/big.bin: Parsed hash: ca6ff90a4ac419c43bde292ce58c5b2a 2026/05/28 01:41:08 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:08 DEBUG : bigdir: Looking for writers 2026/05/28 01:41:08 DEBUG : big.bin: reading active writers 2026/05/28 01:41:08 DEBUG : Looking for writers 2026/05/28 01:41:08 DEBUG : bigdir: reading active writers 2026/05/28 01:41:08 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.67s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-ginibeq4bahi", Local "Local file system at /tmp/rclone1652245371", Modify Window "1s" 2026/05/28 01:41:08 INFO : sftp://rclone@:22/rclone-test-ginibeq4bahi: poll-interval is not supported by this remote 2026/05/28 01:41:08 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/28 01:41:08 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/28 01:41:08 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:08 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir1/a.txt" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir1/a.txt 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir1/a.txt" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-ginibeq4bahi/dir1/a.txt 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:08 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/28 01:41:08 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/28 01:41:08 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/28 01:41:08 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:08 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir2/b.txt" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir2/b.txt 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir2/b.txt" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: 415290769594460e2e485922904f345d /rclone-test-ginibeq4bahi/dir2/b.txt 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:08 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/28 01:41:08 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/28 01:41:08 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/28 01:41:08 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/28 01:41:08 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Shell path "/rclone-test-ginibeq4bahi/dir3/c.txt" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: creating additional session 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Running remote command: md5sum /rclone-test-ginibeq4bahi/dir3/c.txt 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ginibeq4bahi/dir3/c.txt" 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: command exited OK 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-ginibeq4bahi/dir3/c.txt 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: ssh external: close 2026/05/28 01:41:08 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/28 01:41:08 DEBUG : WaitForWriters: timeout=30s 2026/05/28 01:41:08 DEBUG : dir1: Looking for writers 2026/05/28 01:41:08 DEBUG : a.txt: reading active writers 2026/05/28 01:41:08 DEBUG : dir2: Looking for writers 2026/05/28 01:41:08 DEBUG : b.txt: reading active writers 2026/05/28 01:41:08 DEBUG : dir3: Looking for writers 2026/05/28 01:41:08 DEBUG : c.txt: reading active writers 2026/05/28 01:41:08 DEBUG : Looking for writers 2026/05/28 01:41:08 DEBUG : dir1: reading active writers 2026/05/28 01:41:08 DEBUG : dir2: reading active writers 2026/05/28 01:41:08 DEBUG : dir3: reading active writers 2026/05/28 01:41:08 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/28 01:41:08 DEBUG : sftp://rclone@:22/rclone-test-ginibeq4bahi: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.758101313s (try 1/5)