{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1741522471,"commit_time":1741559287,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"61d30615e4f769d49b82f9d78454c559dbf2627e","message":"runtests: fix SSH server not starting in cases, re-ignore failing vcpkg CI jobs\n\nReplace `Cwd::abs_path()` with `File::Spec->rel2abs()`. The former\nrequires the file to exist, but in some cases, it's missing.\n\nSeen in MSVC vcpkg jobs using Chocolatey OpenSSH v8.0.0.1 ending up with\n`$path=/d/a/curl/curl/bld/tests/log/3/server/ssh_server.pid`, which does\nnot exist while converting to an absolute path (the path is already\nabsolute, but the conversion is done unconditionally):\n```\nUse of uninitialized value in subroutine entry at D:/a/curl/curl/tests/pathhelp.pm line 128.\ncan't convert empty path at D:/a/curl/curl/tests/pathhelp.pm line 128.\n```\nRef: https://github.com/curl/curl/actions/runs/13747741797/job/38444844173#step:14:1233 (master)\nRef: https://github.com/curl/curl/actions/runs/13751862952/job/38453816737#step:14:3185 (trace)\n\nAlso ignore 3 new libssh2 jobs failing due to memleak.\n\nPartial revert of 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570\n\nCloses #16636\n","parents":["5681628e2d748af981e077cb3c456a254c4957e2"],"tree_hash":"43ee997638040a0a60c623c7946103e609449865"}